Shades of Deep Sea #158173
Tints of Deep Sea #158173
RGB
CMYK
RGB Variations
Color information
#158173 (or 0x158173) is known color: Deep Sea. HEX triplet: 15, 81 and 73. RGB value is (21,129,115). Sum of RGB (Red+Green+Blue) = 21+129+115=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 129 (50.78% from 255 or 48.68% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 129 - color contains mainly: green. Hex color #158173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158173 is #EA7E8C. Grayscale: #5F5F5F. Windows color (decimal): -15367821 or 7569685. OLE color: 7569685.
HSL color Cylindrical-coordinate representation of color #158173: hue angle of 172.22º 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 #158173 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 21 | 129 | 115 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.49 |
| HSL | 172.22º | 0.72% | 0.29% | - |
| HSV(B) | 172.22º | 0.84% | 0.51% | - |
| XYZ | 11.25 | 17.1 | 18.93 | - |
| YUV | 95.11 | 139.22 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 129 | 115 | 0.84 | 0 | 0.11 | 0.49 | 172.22 | 0.72 | 0.29 |
| Hex | 15 | 81 | 73 | 54 | 0 | B | 31 | AC | 48 | 1D |
| Octal | 25 | 201 | 163 | 124 | 0 | 13 | 61 | 254 | 110 | 35 |
| Binary | 10101 | 10000001 | 1110011 | 1010100 | 0 | 1011 | 110001 | 10101100 | 1001000 | 11101 |
Color Harmonies of #158173
Complementary color
Monochromatic Colors of #158173
Black with #158173
Text Example
Text Example
White with #158173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158173; }
p { color: rgb(21,129,115); }
H1.HeaderClassName
{
color: #158173;
}
.AnyTagClassName
{
color: #158173;
}
</style>
background-color css
<style>
a { background-color: #158173; }
a { background-color: rgb(21,129,115); }
div.DivClassName
{
background-color: #158173;
}
.BgClassName
{
background-color: #158173;
}
</style>
border-color css
<style>
span { border-color: #158173; }
span { border-color: rgb(21,129,115); }
td.TdClassName
{
border-color: #158173;
}
.TagClassName
{
border-color: #158173;
}
</style>