Shades of Deep Sea #17875C
Tints of Deep Sea #17875C
RGB
CMYK
RGB Variations
Color information
#17875C (or 0x17875C) is known color: Deep Sea. HEX triplet: 17, 87 and 5C. RGB value is (23,135,92). Sum of RGB (Red+Green+Blue) = 23+135+92=250 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.2% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #17875C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17875C is #E878A3. Grayscale: #606060. Windows color (decimal): -15235236 or 6063895. OLE color: 6063895.
HSL color Cylindrical-coordinate representation of color #17875C: hue angle of 156.96º 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 #17875C is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 23 | 135 | 92 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.47 |
| HSL | 156.96º | 0.71% | 0.31% | - |
| HSV(B) | 156.96º | 0.83% | 0.53% | - |
| XYZ | 10.95 | 18.28 | 13.08 | - |
| YUV | 96.61 | 125.39 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 135 | 92 | 0.83 | 0 | 0.32 | 0.47 | 156.96 | 0.71 | 0.31 |
| Hex | 17 | 87 | 5C | 53 | 0 | 20 | 2F | 9D | 47 | 1F |
| Octal | 27 | 207 | 134 | 123 | 0 | 40 | 57 | 235 | 107 | 37 |
| Binary | 10111 | 10000111 | 1011100 | 1010011 | 0 | 100000 | 101111 | 10011101 | 1000111 | 11111 |
Color Harmonies of #17875C
Complementary color
Monochromatic Colors of #17875C
Black with #17875C
Text Example
Text Example
White with #17875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17875C; }
p { color: rgb(23,135,92); }
H1.HeaderClassName
{
color: #17875C;
}
.AnyTagClassName
{
color: #17875C;
}
</style>
background-color css
<style>
a { background-color: #17875C; }
a { background-color: rgb(23,135,92); }
div.DivClassName
{
background-color: #17875C;
}
.BgClassName
{
background-color: #17875C;
}
</style>
border-color css
<style>
span { border-color: #17875C; }
span { border-color: rgb(23,135,92); }
td.TdClassName
{
border-color: #17875C;
}
.TagClassName
{
border-color: #17875C;
}
</style>