Shades of Deep Sea #17816F
Tints of Deep Sea #17816F
RGB
CMYK
RGB Variations
Color information
#17816F (or 0x17816F) is known color: Deep Sea. HEX triplet: 17, 81 and 6F. RGB value is (23,129,111). Sum of RGB (Red+Green+Blue) = 23+129+111=263 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.75% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #17816F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17816F is #E87E90. Grayscale: #5F5F5F. Windows color (decimal): -15236753 or 7307543. OLE color: 7307543.
HSL color Cylindrical-coordinate representation of color #17816F: hue angle of 169.81º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17816F is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 129 | 111 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.49 |
| HSL | 169.81º | 0.7% | 0.3% | - |
| HSV(B) | 169.81º | 0.82% | 0.51% | - |
| XYZ | 11.07 | 17.03 | 17.74 | - |
| YUV | 95.25 | 136.88 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 129 | 111 | 0.82 | 0 | 0.14 | 0.49 | 169.81 | 0.7 | 0.3 |
| Hex | 17 | 81 | 6F | 52 | 0 | E | 31 | AA | 46 | 1E |
| Octal | 27 | 201 | 157 | 122 | 0 | 16 | 61 | 252 | 106 | 36 |
| Binary | 10111 | 10000001 | 1101111 | 1010010 | 0 | 1110 | 110001 | 10101010 | 1000110 | 11110 |
Color Harmonies of #17816F
Complementary color
Monochromatic Colors of #17816F
Black with #17816F
Text Example
Text Example
White with #17816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17816F; }
p { color: rgb(23,129,111); }
H1.HeaderClassName
{
color: #17816F;
}
.AnyTagClassName
{
color: #17816F;
}
</style>
background-color css
<style>
a { background-color: #17816F; }
a { background-color: rgb(23,129,111); }
div.DivClassName
{
background-color: #17816F;
}
.BgClassName
{
background-color: #17816F;
}
</style>
border-color css
<style>
span { border-color: #17816F; }
span { border-color: rgb(23,129,111); }
td.TdClassName
{
border-color: #17816F;
}
.TagClassName
{
border-color: #17816F;
}
</style>