Shades of Deep Sea #177E60
Tints of Deep Sea #177E60
RGB
CMYK
RGB Variations
Color information
#177E60 (or 0x177E60) is known color: Deep Sea. HEX triplet: 17, 7E and 60. RGB value is (23,126,96). Sum of RGB (Red+Green+Blue) = 23+126+96=245 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.39% from 245); Green value is 126 (49.61% from 255 or 51.43% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 126 - color contains mainly: green. Hex color #177E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177E60 is #E8819F. Grayscale: #5B5B5B. Windows color (decimal): -15237536 or 6323735. OLE color: 6323735.
HSL color Cylindrical-coordinate representation of color #177E60: hue angle of 162.52º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #177E60 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 126 | 96 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.51 |
| HSL | 162.52º | 0.69% | 0.29% | - |
| HSV(B) | 162.52º | 0.82% | 0.49% | - |
| XYZ | 9.93 | 15.95 | 13.62 | - |
| YUV | 91.78 | 130.38 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 126 | 96 | 0.82 | 0 | 0.24 | 0.51 | 162.52 | 0.69 | 0.29 |
| Hex | 17 | 7E | 60 | 52 | 0 | 18 | 33 | A3 | 45 | 1D |
| Octal | 27 | 176 | 140 | 122 | 0 | 30 | 63 | 243 | 105 | 35 |
| Binary | 10111 | 1111110 | 1100000 | 1010010 | 0 | 11000 | 110011 | 10100011 | 1000101 | 11101 |
Color Harmonies of #177E60
Complementary color
Monochromatic Colors of #177E60
Black with #177E60
Text Example
Text Example
White with #177E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177E60; }
p { color: rgb(23,126,96); }
H1.HeaderClassName
{
color: #177E60;
}
.AnyTagClassName
{
color: #177E60;
}
</style>
background-color css
<style>
a { background-color: #177E60; }
a { background-color: rgb(23,126,96); }
div.DivClassName
{
background-color: #177E60;
}
.BgClassName
{
background-color: #177E60;
}
</style>
border-color css
<style>
span { border-color: #177E60; }
span { border-color: rgb(23,126,96); }
td.TdClassName
{
border-color: #177E60;
}
.TagClassName
{
border-color: #177E60;
}
</style>