Shades of Deep Sea #17815E
Tints of Deep Sea #17815E
RGB
CMYK
RGB Variations
Color information
#17815E (or 0x17815E) is known color: Deep Sea. HEX triplet: 17, 81 and 5E. RGB value is (23,129,94). Sum of RGB (Red+Green+Blue) = 23+129+94=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #17815E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17815E is #E87EA1. Grayscale: #5D5D5D. Windows color (decimal): -15236770 or 6193431. OLE color: 6193431.
HSL color Cylindrical-coordinate representation of color #17815E: hue angle of 160.19º 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 #17815E is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 129 | 94 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.49 |
| HSL | 160.19º | 0.7% | 0.3% | - |
| HSV(B) | 160.19º | 0.82% | 0.51% | - |
| XYZ | 10.22 | 16.69 | 13.27 | - |
| YUV | 93.32 | 128.38 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 129 | 94 | 0.82 | 0 | 0.27 | 0.49 | 160.19 | 0.7 | 0.3 |
| Hex | 17 | 81 | 5E | 52 | 0 | 1B | 31 | A0 | 46 | 1E |
| Octal | 27 | 201 | 136 | 122 | 0 | 33 | 61 | 240 | 106 | 36 |
| Binary | 10111 | 10000001 | 1011110 | 1010010 | 0 | 11011 | 110001 | 10100000 | 1000110 | 11110 |
Color Harmonies of #17815E
Complementary color
Monochromatic Colors of #17815E
Black with #17815E
Text Example
Text Example
White with #17815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17815E; }
p { color: rgb(23,129,94); }
H1.HeaderClassName
{
color: #17815E;
}
.AnyTagClassName
{
color: #17815E;
}
</style>
background-color css
<style>
a { background-color: #17815E; }
a { background-color: rgb(23,129,94); }
div.DivClassName
{
background-color: #17815E;
}
.BgClassName
{
background-color: #17815E;
}
</style>
border-color css
<style>
span { border-color: #17815E; }
span { border-color: rgb(23,129,94); }
td.TdClassName
{
border-color: #17815E;
}
.TagClassName
{
border-color: #17815E;
}
</style>