Shades of Deep Sea #17815A
Tints of Deep Sea #17815A
RGB
CMYK
RGB Variations
Color information
#17815A (or 0x17815A) is known color: Deep Sea. HEX triplet: 17, 81 and 5A. RGB value is (23,129,90). Sum of RGB (Red+Green+Blue) = 23+129+90=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #17815A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17815A is #E87EA5. Grayscale: #5C5C5C. Windows color (decimal): -15236774 or 5931287. OLE color: 5931287.
HSL color Cylindrical-coordinate representation of color #17815A: hue angle of 157.92º 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 #17815A is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 129 | 90 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.49 |
| HSL | 157.92º | 0.7% | 0.3% | - |
| HSV(B) | 157.92º | 0.82% | 0.51% | - |
| XYZ | 10.05 | 16.62 | 12.35 | - |
| YUV | 92.86 | 126.38 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 129 | 90 | 0.82 | 0 | 0.30 | 0.49 | 157.92 | 0.7 | 0.3 |
| Hex | 17 | 81 | 5A | 52 | 0 | 1E | 31 | 9E | 46 | 1E |
| Octal | 27 | 201 | 132 | 122 | 0 | 36 | 61 | 236 | 106 | 36 |
| Binary | 10111 | 10000001 | 1011010 | 1010010 | 0 | 11110 | 110001 | 10011110 | 1000110 | 11110 |
Color Harmonies of #17815A
Complementary color
Monochromatic Colors of #17815A
Black with #17815A
Text Example
Text Example
White with #17815A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17815A; }
p { color: rgb(23,129,90); }
H1.HeaderClassName
{
color: #17815A;
}
.AnyTagClassName
{
color: #17815A;
}
</style>
background-color css
<style>
a { background-color: #17815A; }
a { background-color: rgb(23,129,90); }
div.DivClassName
{
background-color: #17815A;
}
.BgClassName
{
background-color: #17815A;
}
</style>
border-color css
<style>
span { border-color: #17815A; }
span { border-color: rgb(23,129,90); }
td.TdClassName
{
border-color: #17815A;
}
.TagClassName
{
border-color: #17815A;
}
</style>