#167970

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

Shades of Deep Sea #167970

Tints of Deep Sea #167970

Color information

#167970 (or 0x167970) is unknown color: approx Deep Sea. HEX triplet: 16, 79 and 70. RGB value is (22,121,112). Sum of RGB (Red+Green+Blue) = 22+121+112=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #167970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167970 is #E9868F. Grayscale: #5A5A5A. Windows color (decimal): -15304336 or 7371030. OLE color: 7371030.

HSL color Cylindrical-coordinate representation of color #167970: hue angle of 174.55º 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 #167970 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB22121112-
CMYK0.8200.070.53
HSL174.55º69.23%28.04%-
HSV(B)174.55º81.82%47.45%-
XYZ10.0915.0217.7-
YUV90.37140.279.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.63%
GREEN value IS 121 (47.66% from 255) = 47.45%
BLUE value IS 112 (44.14% from 255) = 43.92%
R=8.63%
G=47.45%
B=43.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal221211120.8200.070.53174.5569.2328.04
Hex167970520735af451c
Octal26171160122076525710534
Binary10110111100111100001010010011111010110101111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167970; }

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

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

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

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

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

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

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

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