Shades of Deep Sea #207E62
Tints of Deep Sea #207E62
RGB
CMYK
RGB Variations
Color information
#207E62 (or 0x207E62) is known color: Deep Sea. HEX triplet: 20, 7E and 62. RGB value is (32,126,98). Sum of RGB (Red+Green+Blue) = 32+126+98=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 126 (49.61% from 255 or 49.22% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 126 - color contains mainly: green. Hex color #207E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207E62 is #DF819D. Grayscale: #5E5E5E. Windows color (decimal): -14647710 or 6454816. OLE color: 6454816.
HSL color Cylindrical-coordinate representation of color #207E62: hue angle of 162.13º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207E62 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 126 | 98 | - |
| CMYK | 0.75 | 0 | 0.22 | 0.51 |
| HSL | 162.13º | 0.59% | 0.31% | - |
| HSV(B) | 162.13º | 0.75% | 0.49% | - |
| XYZ | 10.26 | 16.11 | 14.12 | - |
| YUV | 94.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 98 | 0.75 | 0 | 0.22 | 0.51 | 162.13 | 0.59 | 0.31 |
| Hex | 20 | 7E | 62 | 4B | 0 | 16 | 33 | A2 | 3B | 1F |
| Octal | 40 | 176 | 142 | 113 | 0 | 26 | 63 | 242 | 73 | 37 |
| Binary | 100000 | 1111110 | 1100010 | 1001011 | 0 | 10110 | 110011 | 10100010 | 111011 | 11111 |
Color Harmonies of #207E62
Complementary color
Monochromatic Colors of #207E62
Black with #207E62
Text Example
Text Example
White with #207E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207E62; }
p { color: rgb(32,126,98); }
H1.HeaderClassName
{
color: #207E62;
}
.AnyTagClassName
{
color: #207E62;
}
</style>
background-color css
<style>
a { background-color: #207E62; }
a { background-color: rgb(32,126,98); }
div.DivClassName
{
background-color: #207E62;
}
.BgClassName
{
background-color: #207E62;
}
</style>
border-color css
<style>
span { border-color: #207E62; }
span { border-color: rgb(32,126,98); }
td.TdClassName
{
border-color: #207E62;
}
.TagClassName
{
border-color: #207E62;
}
</style>