#156E5A

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

Shades of Deep Sea #156E5A

Tints of Deep Sea #156E5A

Color information

#156E5A (or 0x156E5A) is unknown color: approx Deep Sea. HEX triplet: 15, 6E and 5A. RGB value is (21,110,90). Sum of RGB (Red+Green+Blue) = 21+110+90=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #156E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156E5A is #EA91A5. Grayscale: #515151. Windows color (decimal): -15372710 or 5926421. OLE color: 5926421.

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

Color convert

RGB2111090-
CMYK0.8100.180.57
HSL166.52º67.94%25.69%-
HSV(B)166.52º80.91%43.14%-
XYZ7.7312.0511.59-
YUV81.11133.0185.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.50%
GREEN value IS 110 (43.36% from 255) = 49.77%
BLUE value IS 90 (35.55% from 255) = 40.72%
R=9.50%
G=49.77%
B=40.72%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21110900.8100.180.57166.5267.9425.69
Hex156E5A5101239a7441a
Octal251561321210227124710432
Binary1010111011101011010101000101001011100110100111100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,110,90); }

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

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

 a { background-color: rgb(21,110,90); }

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

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

 span { border-color: rgb(21,110,90); }

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