Shades of Deep Sea #177D71
Tints of Deep Sea #177D71
RGB
CMYK
RGB Variations
Color information
#177D71 (or 0x177D71) is known color: Deep Sea. HEX triplet: 17, 7D and 71. RGB value is (23,125,113). Sum of RGB (Red+Green+Blue) = 23+125+113=261 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.81% from 261); Green value is 125 (49.22% from 255 or 47.89% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 125 - color contains mainly: green. Hex color #177D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177D71 is #E8828E. Grayscale: #5D5D5D. Windows color (decimal): -15237775 or 7437591. OLE color: 7437591.
HSL color Cylindrical-coordinate representation of color #177D71: hue angle of 172.94º 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 #177D71 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 125 | 113 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.51 |
| HSL | 172.94º | 0.69% | 0.29% | - |
| HSV(B) | 172.94º | 0.82% | 0.49% | - |
| XYZ | 10.67 | 16.04 | 18.16 | - |
| YUV | 93.13 | 139.21 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 125 | 113 | 0.82 | 0 | 0.10 | 0.51 | 172.94 | 0.69 | 0.29 |
| Hex | 17 | 7D | 71 | 52 | 0 | A | 33 | AD | 45 | 1D |
| Octal | 27 | 175 | 161 | 122 | 0 | 12 | 63 | 255 | 105 | 35 |
| Binary | 10111 | 1111101 | 1110001 | 1010010 | 0 | 1010 | 110011 | 10101101 | 1000101 | 11101 |
Color Harmonies of #177D71
Complementary color
Monochromatic Colors of #177D71
Black with #177D71
Text Example
Text Example
White with #177D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177D71; }
p { color: rgb(23,125,113); }
H1.HeaderClassName
{
color: #177D71;
}
.AnyTagClassName
{
color: #177D71;
}
</style>
background-color css
<style>
a { background-color: #177D71; }
a { background-color: rgb(23,125,113); }
div.DivClassName
{
background-color: #177D71;
}
.BgClassName
{
background-color: #177D71;
}
</style>
border-color css
<style>
span { border-color: #177D71; }
span { border-color: rgb(23,125,113); }
td.TdClassName
{
border-color: #177D71;
}
.TagClassName
{
border-color: #177D71;
}
</style>