Shades of Deep Sea #17865B
Tints of Deep Sea #17865B
RGB
CMYK
RGB Variations
Color information
#17865B (or 0x17865B) is known color: Deep Sea. HEX triplet: 17, 86 and 5B. RGB value is (23,134,91). Sum of RGB (Red+Green+Blue) = 23+134+91=248 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.27% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #17865B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17865B is #E879A4. Grayscale: #5F5F5F. Windows color (decimal): -15235493 or 5998103. OLE color: 5998103.
HSL color Cylindrical-coordinate representation of color #17865B: hue angle of 156.76º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17865B is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 23 | 134 | 91 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.47 |
| HSL | 156.76º | 0.71% | 0.31% | - |
| HSV(B) | 156.76º | 0.83% | 0.53% | - |
| XYZ | 10.77 | 17.99 | 12.8 | - |
| YUV | 95.91 | 125.23 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 134 | 91 | 0.83 | 0 | 0.32 | 0.47 | 156.76 | 0.71 | 0.31 |
| Hex | 17 | 86 | 5B | 53 | 0 | 20 | 2F | 9D | 47 | 1F |
| Octal | 27 | 206 | 133 | 123 | 0 | 40 | 57 | 235 | 107 | 37 |
| Binary | 10111 | 10000110 | 1011011 | 1010011 | 0 | 100000 | 101111 | 10011101 | 1000111 | 11111 |
Color Harmonies of #17865B
Complementary color
Monochromatic Colors of #17865B
Black with #17865B
Text Example
Text Example
White with #17865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17865B; }
p { color: rgb(23,134,91); }
H1.HeaderClassName
{
color: #17865B;
}
.AnyTagClassName
{
color: #17865B;
}
</style>
background-color css
<style>
a { background-color: #17865B; }
a { background-color: rgb(23,134,91); }
div.DivClassName
{
background-color: #17865B;
}
.BgClassName
{
background-color: #17865B;
}
</style>
border-color css
<style>
span { border-color: #17865B; }
span { border-color: rgb(23,134,91); }
td.TdClassName
{
border-color: #17865B;
}
.TagClassName
{
border-color: #17865B;
}
</style>