Shades of Deep Sea #156F5D
Tints of Deep Sea #156F5D
RGB
CMYK
RGB Variations
Color information
#156F5D (or 0x156F5D) is known color: Deep Sea. HEX triplet: 15, 6F and 5D. RGB value is (21,111,93). Sum of RGB (Red+Green+Blue) = 21+111+93=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #156F5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156F5D is #EA90A2. Grayscale: #525252. Windows color (decimal): -15372451 or 6123285. OLE color: 6123285.
HSL color Cylindrical-coordinate representation of color #156F5D: hue angle of 168º 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 #156F5D is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 111 | 93 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.56 |
| HSL | 168º | 0.68% | 0.26% | - |
| HSV(B) | 168º | 0.81% | 0.44% | - |
| XYZ | 7.97 | 12.32 | 12.31 | - |
| YUV | 82.04 | 134.18 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 111 | 93 | 0.81 | 0 | 0.16 | 0.56 | 168 | 0.68 | 0.26 |
| Hex | 15 | 6F | 5D | 51 | 0 | 10 | 38 | A8 | 44 | 1A |
| Octal | 25 | 157 | 135 | 121 | 0 | 20 | 70 | 250 | 104 | 32 |
| Binary | 10101 | 1101111 | 1011101 | 1010001 | 0 | 10000 | 111000 | 10101000 | 1000100 | 11010 |
Color Harmonies of #156F5D
Complementary color
Monochromatic Colors of #156F5D
Black with #156F5D
Text Example
Text Example
White with #156F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156F5D; }
p { color: rgb(21,111,93); }
H1.HeaderClassName
{
color: #156F5D;
}
.AnyTagClassName
{
color: #156F5D;
}
</style>
background-color css
<style>
a { background-color: #156F5D; }
a { background-color: rgb(21,111,93); }
div.DivClassName
{
background-color: #156F5D;
}
.BgClassName
{
background-color: #156F5D;
}
</style>
border-color css
<style>
span { border-color: #156F5D; }
span { border-color: rgb(21,111,93); }
td.TdClassName
{
border-color: #156F5D;
}
.TagClassName
{
border-color: #156F5D;
}
</style>