#167059

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

Shades of Deep Sea #167059

Tints of Deep Sea #167059

Color information

#167059 (or 0x167059) is unknown color: approx Deep Sea. HEX triplet: 16, 70 and 59. RGB value is (22,112,89). Sum of RGB (Red+Green+Blue) = 22+112+89=223 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.87% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #167059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167059 is #E98FA6. Grayscale: #525252. Windows color (decimal): -15306663 or 5861398. OLE color: 5861398.

HSL color Cylindrical-coordinate representation of color #167059: hue angle of 164.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #167059 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB2211289-
CMYK0.8000.210.56
HSL164.67º67.16%26.27%-
HSV(B)164.67º80.36%43.92%-
XYZ7.9312.4811.44-
YUV82.47131.6884.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.87%
GREEN value IS 112 (44.14% from 255) = 50.22%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=9.87%
G=50.22%
B=39.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22112890.8000.210.56164.6767.1626.27
Hex1670595001538a5431a
Octal261601311200257024510332
Binary1011011100001011001101000001010111100010100101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167059; }

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

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

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

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

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

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

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

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