Shades of Deep Sea #207A60
Tints of Deep Sea #207A60
RGB
CMYK
RGB Variations
Color information
#207A60 (or 0x207A60) is known color: Deep Sea. HEX triplet: 20, 7A and 60. RGB value is (32,122,96). Sum of RGB (Red+Green+Blue) = 32+122+96=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 122 (48.05% from 255 or 48.8% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 122 - color contains mainly: green. Hex color #207A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207A60 is #DF859F. Grayscale: #5C5C5C. Windows color (decimal): -14648736 or 6322720. OLE color: 6322720.
HSL color Cylindrical-coordinate representation of color #207A60: hue angle of 162.67º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207A60 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 122 | 96 | - |
| CMYK | 0.74 | 0 | 0.21 | 0.52 |
| HSL | 162.67º | 0.58% | 0.3% | - |
| HSV(B) | 162.67º | 0.74% | 0.48% | - |
| XYZ | 9.67 | 15.07 | 13.47 | - |
| YUV | 92.13 | 130.18 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 122 | 96 | 0.74 | 0 | 0.21 | 0.52 | 162.67 | 0.58 | 0.3 |
| Hex | 20 | 7A | 60 | 4A | 0 | 15 | 34 | A3 | 3A | 1E |
| Octal | 40 | 172 | 140 | 112 | 0 | 25 | 64 | 243 | 72 | 36 |
| Binary | 100000 | 1111010 | 1100000 | 1001010 | 0 | 10101 | 110100 | 10100011 | 111010 | 11110 |
Color Harmonies of #207A60
Complementary color
Monochromatic Colors of #207A60
Black with #207A60
Text Example
Text Example
White with #207A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207A60; }
p { color: rgb(32,122,96); }
H1.HeaderClassName
{
color: #207A60;
}
.AnyTagClassName
{
color: #207A60;
}
</style>
background-color css
<style>
a { background-color: #207A60; }
a { background-color: rgb(32,122,96); }
div.DivClassName
{
background-color: #207A60;
}
.BgClassName
{
background-color: #207A60;
}
</style>
border-color css
<style>
span { border-color: #207A60; }
span { border-color: rgb(32,122,96); }
td.TdClassName
{
border-color: #207A60;
}
.TagClassName
{
border-color: #207A60;
}
</style>