Shades of Deep Sea #177D70
Tints of Deep Sea #177D70
RGB
CMYK
RGB Variations
Color information
#177D70 (or 0x177D70) is known color: Deep Sea. HEX triplet: 17, 7D and 70. RGB value is (23,125,112). Sum of RGB (Red+Green+Blue) = 23+125+112=260 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.85% from 260); Green value is 125 (49.22% from 255 or 48.08% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 125 - color contains mainly: green. Hex color #177D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177D70 is #E8828F. Grayscale: #5C5C5C. Windows color (decimal): -15237776 or 7372055. OLE color: 7372055.
HSL color Cylindrical-coordinate representation of color #177D70: hue angle of 172.35º 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 #177D70 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 125 | 112 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.51 |
| HSL | 172.35º | 0.69% | 0.29% | - |
| HSV(B) | 172.35º | 0.82% | 0.49% | - |
| XYZ | 10.61 | 16.02 | 17.86 | - |
| YUV | 93.02 | 138.71 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 125 | 112 | 0.82 | 0 | 0.10 | 0.51 | 172.35 | 0.69 | 0.29 |
| Hex | 17 | 7D | 70 | 52 | 0 | A | 33 | AC | 45 | 1D |
| Octal | 27 | 175 | 160 | 122 | 0 | 12 | 63 | 254 | 105 | 35 |
| Binary | 10111 | 1111101 | 1110000 | 1010010 | 0 | 1010 | 110011 | 10101100 | 1000101 | 11101 |
Color Harmonies of #177D70
Complementary color
Monochromatic Colors of #177D70
Black with #177D70
Text Example
Text Example
White with #177D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177D70; }
p { color: rgb(23,125,112); }
H1.HeaderClassName
{
color: #177D70;
}
.AnyTagClassName
{
color: #177D70;
}
</style>
background-color css
<style>
a { background-color: #177D70; }
a { background-color: rgb(23,125,112); }
div.DivClassName
{
background-color: #177D70;
}
.BgClassName
{
background-color: #177D70;
}
</style>
border-color css
<style>
span { border-color: #177D70; }
span { border-color: rgb(23,125,112); }
td.TdClassName
{
border-color: #177D70;
}
.TagClassName
{
border-color: #177D70;
}
</style>