Shades of Deep Sea #17765E
Tints of Deep Sea #17765E
RGB
CMYK
RGB Variations
Color information
#17765E (or 0x17765E) is known color: Deep Sea. HEX triplet: 17, 76 and 5E. RGB value is (23,118,94). Sum of RGB (Red+Green+Blue) = 23+118+94=235 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.79% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #17765E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17765E is #E889A1. Grayscale: #565656. Windows color (decimal): -15239586 or 6190615. OLE color: 6190615.
HSL color Cylindrical-coordinate representation of color #17765E: hue angle of 164.84º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17765E is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 23 | 118 | 94 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.54 |
| HSL | 164.84º | 0.67% | 0.28% | - |
| HSV(B) | 164.84º | 0.81% | 0.46% | - |
| XYZ | 8.85 | 13.95 | 12.82 | - |
| YUV | 86.86 | 132.03 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 118 | 94 | 0.81 | 0 | 0.20 | 0.54 | 164.84 | 0.67 | 0.28 |
| Hex | 17 | 76 | 5E | 51 | 0 | 14 | 36 | A5 | 43 | 1C |
| Octal | 27 | 166 | 136 | 121 | 0 | 24 | 66 | 245 | 103 | 34 |
| Binary | 10111 | 1110110 | 1011110 | 1010001 | 0 | 10100 | 110110 | 10100101 | 1000011 | 11100 |
Color Harmonies of #17765E
Complementary color
Monochromatic Colors of #17765E
Black with #17765E
Text Example
Text Example
White with #17765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17765E; }
p { color: rgb(23,118,94); }
H1.HeaderClassName
{
color: #17765E;
}
.AnyTagClassName
{
color: #17765E;
}
</style>
background-color css
<style>
a { background-color: #17765E; }
a { background-color: rgb(23,118,94); }
div.DivClassName
{
background-color: #17765E;
}
.BgClassName
{
background-color: #17765E;
}
</style>
border-color css
<style>
span { border-color: #17765E; }
span { border-color: rgb(23,118,94); }
td.TdClassName
{
border-color: #17765E;
}
.TagClassName
{
border-color: #17765E;
}
</style>