Shades of Deep Sea #177A70
Tints of Deep Sea #177A70
RGB
CMYK
RGB Variations
Color information
#177A70 (or 0x177A70) is known color: Deep Sea. HEX triplet: 17, 7A and 70. RGB value is (23,122,112). Sum of RGB (Red+Green+Blue) = 23+122+112=257 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.95% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 122 - color contains mainly: green. Hex color #177A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177A70 is #E8858F. Grayscale: #5B5B5B. Windows color (decimal): -15238544 or 7371287. OLE color: 7371287.
HSL color Cylindrical-coordinate representation of color #177A70: hue angle of 173.94º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #177A70 is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 23 | 122 | 112 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.52 |
| HSL | 173.94º | 0.68% | 0.28% | - |
| HSV(B) | 173.94º | 0.81% | 0.48% | - |
| XYZ | 10.24 | 15.27 | 17.74 | - |
| YUV | 91.26 | 139.7 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 122 | 112 | 0.81 | 0 | 0.08 | 0.52 | 173.94 | 0.68 | 0.28 |
| Hex | 17 | 7A | 70 | 51 | 0 | 8 | 34 | AE | 44 | 1C |
| Octal | 27 | 172 | 160 | 121 | 0 | 10 | 64 | 256 | 104 | 34 |
| Binary | 10111 | 1111010 | 1110000 | 1010001 | 0 | 1000 | 110100 | 10101110 | 1000100 | 11100 |
Color Harmonies of #177A70
Complementary color
Monochromatic Colors of #177A70
Black with #177A70
Text Example
Text Example
White with #177A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177A70; }
p { color: rgb(23,122,112); }
H1.HeaderClassName
{
color: #177A70;
}
.AnyTagClassName
{
color: #177A70;
}
</style>
background-color css
<style>
a { background-color: #177A70; }
a { background-color: rgb(23,122,112); }
div.DivClassName
{
background-color: #177A70;
}
.BgClassName
{
background-color: #177A70;
}
</style>
border-color css
<style>
span { border-color: #177A70; }
span { border-color: rgb(23,122,112); }
td.TdClassName
{
border-color: #177A70;
}
.TagClassName
{
border-color: #177A70;
}
</style>