Shades of Deep Sea #158164
Tints of Deep Sea #158164
RGB
CMYK
RGB Variations
Color information
#158164 (or 0x158164) is known color: Deep Sea. HEX triplet: 15, 81 and 64. RGB value is (21,129,100). Sum of RGB (Red+Green+Blue) = 21+129+100=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 129 (50.78% from 255 or 51.6% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 129 - color contains mainly: green. Hex color #158164 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158164 is #EA7E9B. Grayscale: #5D5D5D. Windows color (decimal): -15367836 or 6586645. OLE color: 6586645.
HSL color Cylindrical-coordinate representation of color #158164: hue angle of 163.89º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158164 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 129 | 100 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.49 |
| HSL | 163.89º | 0.72% | 0.29% | - |
| HSV(B) | 163.89º | 0.84% | 0.51% | - |
| XYZ | 10.46 | 16.78 | 14.74 | - |
| YUV | 93.4 | 131.72 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 100 | 0.84 | 0 | 0.22 | 0.49 | 163.89 | 0.72 | 0.29 |
| Hex | 15 | 81 | 64 | 54 | 0 | 16 | 31 | A4 | 48 | 1D |
| Octal | 25 | 201 | 144 | 124 | 0 | 26 | 61 | 244 | 110 | 35 |
| Binary | 10101 | 10000001 | 1100100 | 1010100 | 0 | 10110 | 110001 | 10100100 | 1001000 | 11101 |
Color Harmonies of #158164
Complementary color
Monochromatic Colors of #158164
Black with #158164
Text Example
Text Example
White with #158164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158164; }
p { color: rgb(21,129,100); }
H1.HeaderClassName
{
color: #158164;
}
.AnyTagClassName
{
color: #158164;
}
</style>
background-color css
<style>
a { background-color: #158164; }
a { background-color: rgb(21,129,100); }
div.DivClassName
{
background-color: #158164;
}
.BgClassName
{
background-color: #158164;
}
</style>
border-color css
<style>
span { border-color: #158164; }
span { border-color: rgb(21,129,100); }
td.TdClassName
{
border-color: #158164;
}
.TagClassName
{
border-color: #158164;
}
</style>