Shades of Deep Sea #17735E
Tints of Deep Sea #17735E
RGB
CMYK
RGB Variations
Color information
#17735E (or 0x17735E) is known color: Deep Sea. HEX triplet: 17, 73 and 5E. RGB value is (23,115,94). Sum of RGB (Red+Green+Blue) = 23+115+94=232 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.91% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #17735E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17735E is #E88CA1. Grayscale: #555555. Windows color (decimal): -15240354 or 6189847. OLE color: 6189847.
HSL color Cylindrical-coordinate representation of color #17735E: hue angle of 166.3º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #17735E is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 115 | 94 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.55 |
| HSL | 166.3º | 0.67% | 0.27% | - |
| HSV(B) | 166.3º | 0.8% | 0.45% | - |
| XYZ | 8.5 | 13.25 | 12.7 | - |
| YUV | 85.1 | 133.02 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 115 | 94 | 0.80 | 0 | 0.18 | 0.55 | 166.3 | 0.67 | 0.27 |
| Hex | 17 | 73 | 5E | 50 | 0 | 12 | 37 | A6 | 43 | 1B |
| Octal | 27 | 163 | 136 | 120 | 0 | 22 | 67 | 246 | 103 | 33 |
| Binary | 10111 | 1110011 | 1011110 | 1010000 | 0 | 10010 | 110111 | 10100110 | 1000011 | 11011 |
Color Harmonies of #17735E
Complementary color
Monochromatic Colors of #17735E
Black with #17735E
Text Example
Text Example
White with #17735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17735E; }
p { color: rgb(23,115,94); }
H1.HeaderClassName
{
color: #17735E;
}
.AnyTagClassName
{
color: #17735E;
}
</style>
background-color css
<style>
a { background-color: #17735E; }
a { background-color: rgb(23,115,94); }
div.DivClassName
{
background-color: #17735E;
}
.BgClassName
{
background-color: #17735E;
}
</style>
border-color css
<style>
span { border-color: #17735E; }
span { border-color: rgb(23,115,94); }
td.TdClassName
{
border-color: #17735E;
}
.TagClassName
{
border-color: #17735E;
}
</style>