Shades of Deep Sea #207060
Tints of Deep Sea #207060
RGB
CMYK
RGB Variations
Color information
#207060 (or 0x207060) is known color: Deep Sea. HEX triplet: 20, 70 and 60. RGB value is (32,112,96). Sum of RGB (Red+Green+Blue) = 32+112+96=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #207060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207060 is #DF8F9F. Grayscale: #565656. Windows color (decimal): -14651296 or 6320160. OLE color: 6320160.
HSL color Cylindrical-coordinate representation of color #207060: hue angle of 168º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #207060 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 112 | 96 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.56 |
| HSL | 168º | 0.56% | 0.28% | - |
| HSV(B) | 168º | 0.71% | 0.44% | - |
| XYZ | 8.5 | 12.74 | 13.08 | - |
| YUV | 86.26 | 133.5 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 112 | 96 | 0.71 | 0 | 0.14 | 0.56 | 168 | 0.56 | 0.28 |
| Hex | 20 | 70 | 60 | 47 | 0 | E | 38 | A8 | 38 | 1C |
| Octal | 40 | 160 | 140 | 107 | 0 | 16 | 70 | 250 | 70 | 34 |
| Binary | 100000 | 1110000 | 1100000 | 1000111 | 0 | 1110 | 111000 | 10101000 | 111000 | 11100 |
Color Harmonies of #207060
Complementary color
Monochromatic Colors of #207060
Black with #207060
Text Example
Text Example
White with #207060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207060; }
p { color: rgb(32,112,96); }
H1.HeaderClassName
{
color: #207060;
}
.AnyTagClassName
{
color: #207060;
}
</style>
background-color css
<style>
a { background-color: #207060; }
a { background-color: rgb(32,112,96); }
div.DivClassName
{
background-color: #207060;
}
.BgClassName
{
background-color: #207060;
}
</style>
border-color css
<style>
span { border-color: #207060; }
span { border-color: rgb(32,112,96); }
td.TdClassName
{
border-color: #207060;
}
.TagClassName
{
border-color: #207060;
}
</style>