Shades of Deep Sea #177F60
Tints of Deep Sea #177F60
RGB
CMYK
RGB Variations
Color information
#177F60 (or 0x177F60) is known color: Deep Sea. HEX triplet: 17, 7F and 60. RGB value is (23,127,96). Sum of RGB (Red+Green+Blue) = 23+127+96=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #177F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177F60 is #E8809F. Grayscale: #5C5C5C. Windows color (decimal): -15237280 or 6323991. OLE color: 6323991.
HSL color Cylindrical-coordinate representation of color #177F60: hue angle of 162.12º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #177F60 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 127 | 96 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.50 |
| HSL | 162.12º | 0.69% | 0.29% | - |
| HSV(B) | 162.12º | 0.82% | 0.5% | - |
| XYZ | 10.05 | 16.21 | 13.66 | - |
| YUV | 92.37 | 130.04 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 127 | 96 | 0.82 | 0 | 0.24 | 0.50 | 162.12 | 0.69 | 0.29 |
| Hex | 17 | 7F | 60 | 52 | 0 | 18 | 32 | A2 | 45 | 1D |
| Octal | 27 | 177 | 140 | 122 | 0 | 30 | 62 | 242 | 105 | 35 |
| Binary | 10111 | 1111111 | 1100000 | 1010010 | 0 | 11000 | 110010 | 10100010 | 1000101 | 11101 |
Color Harmonies of #177F60
Complementary color
Monochromatic Colors of #177F60
Black with #177F60
Text Example
Text Example
White with #177F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177F60; }
p { color: rgb(23,127,96); }
H1.HeaderClassName
{
color: #177F60;
}
.AnyTagClassName
{
color: #177F60;
}
</style>
background-color css
<style>
a { background-color: #177F60; }
a { background-color: rgb(23,127,96); }
div.DivClassName
{
background-color: #177F60;
}
.BgClassName
{
background-color: #177F60;
}
</style>
border-color css
<style>
span { border-color: #177F60; }
span { border-color: rgb(23,127,96); }
td.TdClassName
{
border-color: #177F60;
}
.TagClassName
{
border-color: #177F60;
}
</style>