Shades of Deep Sea #17835C
Tints of Deep Sea #17835C
RGB
CMYK
RGB Variations
Color information
#17835C (or 0x17835C) is known color: Deep Sea. HEX triplet: 17, 83 and 5C. RGB value is (23,131,92). Sum of RGB (Red+Green+Blue) = 23+131+92=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 131 (51.56% from 255 or 53.25% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 131 - color contains mainly: green. Hex color #17835C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17835C is #E87CA3. Grayscale: #5E5E5E. Windows color (decimal): -15236260 or 6062871. OLE color: 6062871.
HSL color Cylindrical-coordinate representation of color #17835C: hue angle of 158.33º 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 #17835C is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 131 | 92 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.49 |
| HSL | 158.33º | 0.7% | 0.3% | - |
| HSV(B) | 158.33º | 0.82% | 0.51% | - |
| XYZ | 10.4 | 17.19 | 12.89 | - |
| YUV | 94.26 | 126.72 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 131 | 92 | 0.82 | 0 | 0.30 | 0.49 | 158.33 | 0.7 | 0.3 |
| Hex | 17 | 83 | 5C | 52 | 0 | 1E | 31 | 9E | 46 | 1E |
| Octal | 27 | 203 | 134 | 122 | 0 | 36 | 61 | 236 | 106 | 36 |
| Binary | 10111 | 10000011 | 1011100 | 1010010 | 0 | 11110 | 110001 | 10011110 | 1000110 | 11110 |
Color Harmonies of #17835C
Complementary color
Monochromatic Colors of #17835C
Black with #17835C
Text Example
Text Example
White with #17835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17835C; }
p { color: rgb(23,131,92); }
H1.HeaderClassName
{
color: #17835C;
}
.AnyTagClassName
{
color: #17835C;
}
</style>
background-color css
<style>
a { background-color: #17835C; }
a { background-color: rgb(23,131,92); }
div.DivClassName
{
background-color: #17835C;
}
.BgClassName
{
background-color: #17835C;
}
</style>
border-color css
<style>
span { border-color: #17835C; }
span { border-color: rgb(23,131,92); }
td.TdClassName
{
border-color: #17835C;
}
.TagClassName
{
border-color: #17835C;
}
</style>