Shades of Deep Sea #17805C
Tints of Deep Sea #17805C
RGB
CMYK
RGB Variations
Color information
#17805C (or 0x17805C) is known color: Deep Sea. HEX triplet: 17, 80 and 5C. RGB value is (23,128,92). Sum of RGB (Red+Green+Blue) = 23+128+92=243 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.47% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #17805C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17805C is #E87FA3. Grayscale: #5C5C5C. Windows color (decimal): -15237028 or 6062103. OLE color: 6062103.
HSL color Cylindrical-coordinate representation of color #17805C: hue angle of 159.43º 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 #17805C is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 128 | 92 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.50 |
| HSL | 159.43º | 0.7% | 0.3% | - |
| HSV(B) | 159.43º | 0.82% | 0.5% | - |
| XYZ | 10 | 16.39 | 12.76 | - |
| YUV | 92.5 | 127.71 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 92 | 0.82 | 0 | 0.28 | 0.50 | 159.43 | 0.7 | 0.3 |
| Hex | 17 | 80 | 5C | 52 | 0 | 1C | 32 | 9F | 46 | 1E |
| Octal | 27 | 200 | 134 | 122 | 0 | 34 | 62 | 237 | 106 | 36 |
| Binary | 10111 | 10000000 | 1011100 | 1010010 | 0 | 11100 | 110010 | 10011111 | 1000110 | 11110 |
Color Harmonies of #17805C
Complementary color
Monochromatic Colors of #17805C
Black with #17805C
Text Example
Text Example
White with #17805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17805C; }
p { color: rgb(23,128,92); }
H1.HeaderClassName
{
color: #17805C;
}
.AnyTagClassName
{
color: #17805C;
}
</style>
background-color css
<style>
a { background-color: #17805C; }
a { background-color: rgb(23,128,92); }
div.DivClassName
{
background-color: #17805C;
}
.BgClassName
{
background-color: #17805C;
}
</style>
border-color css
<style>
span { border-color: #17805C; }
span { border-color: rgb(23,128,92); }
td.TdClassName
{
border-color: #17805C;
}
.TagClassName
{
border-color: #17805C;
}
</style>