Shades of Deep Sea #177860
Tints of Deep Sea #177860
RGB
CMYK
RGB Variations
Color information
#177860 (or 0x177860) is known color: Deep Sea. HEX triplet: 17, 78 and 60. RGB value is (23,120,96). Sum of RGB (Red+Green+Blue) = 23+120+96=239 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.62% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #177860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177860 is #E8879F. Grayscale: #585858. Windows color (decimal): -15239072 or 6322199. OLE color: 6322199.
HSL color Cylindrical-coordinate representation of color #177860: hue angle of 165.15º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #177860 is Cyan = 0.81, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 23 | 120 | 96 | - |
| CMYK | 0.81 | 0 | 0.2 | 0.53 |
| HSL | 165.15º | 0.68% | 0.28% | - |
| HSV(B) | 165.15º | 0.81% | 0.47% | - |
| XYZ | 9.18 | 14.46 | 13.37 | - |
| YUV | 88.26 | 132.36 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 120 | 96 | 0.81 | 0 | 0.2 | 0.53 | 165.15 | 0.68 | 0.28 |
| Hex | 17 | 78 | 60 | 51 | 0 | 14 | 35 | A5 | 44 | 1C |
| Octal | 27 | 170 | 140 | 121 | 0 | 24 | 65 | 245 | 104 | 34 |
| Binary | 10111 | 1111000 | 1100000 | 1010001 | 0 | 10100 | 110101 | 10100101 | 1000100 | 11100 |
Color Harmonies of #177860
Complementary color
Monochromatic Colors of #177860
Black with #177860
Text Example
Text Example
White with #177860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177860; }
p { color: rgb(23,120,96); }
H1.HeaderClassName
{
color: #177860;
}
.AnyTagClassName
{
color: #177860;
}
</style>
background-color css
<style>
a { background-color: #177860; }
a { background-color: rgb(23,120,96); }
div.DivClassName
{
background-color: #177860;
}
.BgClassName
{
background-color: #177860;
}
</style>
border-color css
<style>
span { border-color: #177860; }
span { border-color: rgb(23,120,96); }
td.TdClassName
{
border-color: #177860;
}
.TagClassName
{
border-color: #177860;
}
</style>