Shades of Deep Sea #17875B
Tints of Deep Sea #17875B
RGB
CMYK
RGB Variations
Color information
#17875B (or 0x17875B) is known color: Deep Sea. HEX triplet: 17, 87 and 5B. RGB value is (23,135,91). Sum of RGB (Red+Green+Blue) = 23+135+91=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #17875B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17875B is #E878A4. Grayscale: #606060. Windows color (decimal): -15235237 or 5998359. OLE color: 5998359.
HSL color Cylindrical-coordinate representation of color #17875B: hue angle of 156.43º 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 #17875B is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 23 | 135 | 91 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.47 |
| HSL | 156.43º | 0.71% | 0.31% | - |
| HSV(B) | 156.43º | 0.83% | 0.53% | - |
| XYZ | 10.91 | 18.27 | 12.85 | - |
| YUV | 96.5 | 124.89 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 135 | 91 | 0.83 | 0 | 0.33 | 0.47 | 156.43 | 0.71 | 0.31 |
| Hex | 17 | 87 | 5B | 53 | 0 | 21 | 2F | 9C | 47 | 1F |
| Octal | 27 | 207 | 133 | 123 | 0 | 41 | 57 | 234 | 107 | 37 |
| Binary | 10111 | 10000111 | 1011011 | 1010011 | 0 | 100001 | 101111 | 10011100 | 1000111 | 11111 |
Color Harmonies of #17875B
Complementary color
Monochromatic Colors of #17875B
Black with #17875B
Text Example
Text Example
White with #17875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17875B; }
p { color: rgb(23,135,91); }
H1.HeaderClassName
{
color: #17875B;
}
.AnyTagClassName
{
color: #17875B;
}
</style>
background-color css
<style>
a { background-color: #17875B; }
a { background-color: rgb(23,135,91); }
div.DivClassName
{
background-color: #17875B;
}
.BgClassName
{
background-color: #17875B;
}
</style>
border-color css
<style>
span { border-color: #17875B; }
span { border-color: rgb(23,135,91); }
td.TdClassName
{
border-color: #17875B;
}
.TagClassName
{
border-color: #17875B;
}
</style>