#156F57

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

Shades of Deep Sea #156F57

Tints of Deep Sea #156F57

Color information

#156F57 (or 0x156F57) is unknown color: approx Deep Sea. HEX triplet: 15, 6F and 57. RGB value is (21,111,87). Sum of RGB (Red+Green+Blue) = 21+111+87=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #156F57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156F57 is #EA90A8. Grayscale: #515151. Windows color (decimal): -15372457 or 5730069. OLE color: 5730069.

HSL color Cylindrical-coordinate representation of color #156F57: hue angle of 164º 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 #156F57 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB2111187-
CMYK0.8100.220.56
HSL164º68.18%25.88%-
HSV(B)164º81.08%43.53%-
XYZ7.7112.2210.97-
YUV81.35131.1884.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 111 (43.75% from 255) = 50.68%
BLUE value IS 87 (34.38% from 255) = 39.73%
R=9.59%
G=50.68%
B=39.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21111870.8100.220.5616468.1825.88
Hex156F575101638a4441a
Octal251571271210267024410432
Binary1010111011111010111101000101011011100010100100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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