#167961

Color #167961 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #167961

Tints of Deep Sea #167961

Color information

#167961 (or 0x167961) is unknown color: approx Deep Sea. HEX triplet: 16, 79 and 61. RGB value is (22,121,97). Sum of RGB (Red+Green+Blue) = 22+121+97=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 121 (47.66% from 255 or 50.42% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 121 - color contains mainly: green. Hex color #167961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167961 is #E9869E. Grayscale: #585858. Windows color (decimal): -15304351 or 6387990. OLE color: 6387990.

HSL color Cylindrical-coordinate representation of color #167961: hue angle of 165.45º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167961 is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB2212197-
CMYK0.8200.200.53
HSL165.45º69.23%28.04%-
HSV(B)165.45º81.82%47.45%-
XYZ9.3314.7113.66-
YUV88.66132.780.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 9.17%
GREEN value IS 121 (47.66% from 255) = 50.42%
BLUE value IS 97 (38.28% from 255) = 40.42%
R=9.17%
G=50.42%
B=40.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22121970.8200.200.53165.4569.2328.04
Hex1679615201435a5451c
Octal261711411220246524510534
Binary1011011110011100001101001001010011010110100101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167961; }

 p { color: rgb(22,121,97); }

 H1.HeaderClassName
 {
   color: #167961;
 }
 .AnyTagClassName
 {
   color: #167961;
 }
</style>
background-color css

<style>
 a { background-color: #167961; }

 a { background-color: rgb(22,121,97); }

 div.DivClassName
 {
   background-color: #167961;
 }
 .BgClassName
 {
   background-color: #167961;
 }
</style>
border-color css

<style>
 span { border-color: #167961; }

 span { border-color: rgb(22,121,97); }

 td.TdClassName
 {
   border-color: #167961;
 }
 .TagClassName
 {
   border-color: #167961;
 }
</style>