#167870

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

Shades of Deep Sea #167870

Tints of Deep Sea #167870

Color information

#167870 (or 0x167870) is unknown color: approx Deep Sea. HEX triplet: 16, 78 and 70. RGB value is (22,120,112). Sum of RGB (Red+Green+Blue) = 22+120+112=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #167870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167870 is #E9878F. Grayscale: #595959. Windows color (decimal): -15304592 or 7370774. OLE color: 7370774.

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

Color convert

RGB22120112-
CMYK0.8200.070.53
HSL175.1º69.01%27.84%-
HSV(B)175.1º81.67%47.06%-
XYZ9.9714.7717.66-
YUV89.79140.5379.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.66%
GREEN value IS 120 (47.27% from 255) = 47.24%
BLUE value IS 112 (44.14% from 255) = 44.09%
R=8.66%
G=47.24%
B=44.09%

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
Decimal221201120.8200.070.53175.169.0127.84
Hex167870520735af451c
Octal26170160122076525710534
Binary10110111100011100001010010011111010110101111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167870; }

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

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

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

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

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

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

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

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