#156F59

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

Shades of Deep Sea #156F59

Tints of Deep Sea #156F59

Color information

#156F59 (or 0x156F59) is unknown color: approx Deep Sea. HEX triplet: 15, 6F and 59. RGB value is (21,111,89). Sum of RGB (Red+Green+Blue) = 21+111+89=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #156F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156F59 is #EA90A6. Grayscale: #515151. Windows color (decimal): -15372455 or 5861141. OLE color: 5861141.

HSL color Cylindrical-coordinate representation of color #156F59: hue angle of 165.33º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156F59 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB2111189-
CMYK0.8100.200.56
HSL165.33º68.18%25.88%-
HSV(B)165.33º81.08%43.53%-
XYZ7.812.2511.4-
YUV81.58132.1884.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.50%
GREEN value IS 111 (43.75% from 255) = 50.23%
BLUE value IS 89 (35.16% from 255) = 40.27%
R=9.50%
G=50.23%
B=40.27%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21111890.8100.200.56165.3368.1825.88
Hex156F595101438a5441a
Octal251571311210247024510432
Binary1010111011111011001101000101010011100010100101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156F59; }

 p { color: rgb(21,111,89); }

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

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

 a { background-color: rgb(21,111,89); }

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

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

 span { border-color: rgb(21,111,89); }

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