Shades of Deep Sea #17806F
Tints of Deep Sea #17806F
RGB
CMYK
RGB Variations
Color information
#17806F (or 0x17806F) is known color: Deep Sea. HEX triplet: 17, 80 and 6F. RGB value is (23,128,111). Sum of RGB (Red+Green+Blue) = 23+128+111=262 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.78% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #17806F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17806F is #E87F90. Grayscale: #5E5E5E. Windows color (decimal): -15237009 or 7307287. OLE color: 7307287.
HSL color Cylindrical-coordinate representation of color #17806F: hue angle of 170.29º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17806F is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 128 | 111 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.50 |
| HSL | 170.29º | 0.7% | 0.3% | - |
| HSV(B) | 170.29º | 0.82% | 0.5% | - |
| XYZ | 10.94 | 16.77 | 17.7 | - |
| YUV | 94.67 | 137.21 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 111 | 0.82 | 0 | 0.13 | 0.50 | 170.29 | 0.7 | 0.3 |
| Hex | 17 | 80 | 6F | 52 | 0 | D | 32 | AA | 46 | 1E |
| Octal | 27 | 200 | 157 | 122 | 0 | 15 | 62 | 252 | 106 | 36 |
| Binary | 10111 | 10000000 | 1101111 | 1010010 | 0 | 1101 | 110010 | 10101010 | 1000110 | 11110 |
Color Harmonies of #17806F
Complementary color
Monochromatic Colors of #17806F
Black with #17806F
Text Example
Text Example
White with #17806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17806F; }
p { color: rgb(23,128,111); }
H1.HeaderClassName
{
color: #17806F;
}
.AnyTagClassName
{
color: #17806F;
}
</style>
background-color css
<style>
a { background-color: #17806F; }
a { background-color: rgb(23,128,111); }
div.DivClassName
{
background-color: #17806F;
}
.BgClassName
{
background-color: #17806F;
}
</style>
border-color css
<style>
span { border-color: #17806F; }
span { border-color: rgb(23,128,111); }
td.TdClassName
{
border-color: #17806F;
}
.TagClassName
{
border-color: #17806F;
}
</style>