Shades of Deep Sea #207E6D
Tints of Deep Sea #207E6D
RGB
CMYK
RGB Variations
Color information
#207E6D (or 0x207E6D) is known color: Deep Sea. HEX triplet: 20, 7E and 6D. RGB value is (32,126,109). Sum of RGB (Red+Green+Blue) = 32+126+109=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 126 (49.61% from 255 or 47.19% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 126 - color contains mainly: green. Hex color #207E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207E6D is #DF8192. Grayscale: #5F5F5F. Windows color (decimal): -14647699 or 7175712. OLE color: 7175712.
HSL color Cylindrical-coordinate representation of color #207E6D: hue angle of 169.15º 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 #207E6D is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 126 | 109 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.51 |
| HSL | 169.15º | 0.59% | 0.31% | - |
| HSV(B) | 169.15º | 0.75% | 0.49% | - |
| XYZ | 10.82 | 16.33 | 17.05 | - |
| YUV | 95.96 | 135.36 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 126 | 109 | 0.75 | 0 | 0.13 | 0.51 | 169.15 | 0.59 | 0.31 |
| Hex | 20 | 7E | 6D | 4B | 0 | D | 33 | A9 | 3B | 1F |
| Octal | 40 | 176 | 155 | 113 | 0 | 15 | 63 | 251 | 73 | 37 |
| Binary | 100000 | 1111110 | 1101101 | 1001011 | 0 | 1101 | 110011 | 10101001 | 111011 | 11111 |
Color Harmonies of #207E6D
Complementary color
Monochromatic Colors of #207E6D
Black with #207E6D
Text Example
Text Example
White with #207E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207E6D; }
p { color: rgb(32,126,109); }
H1.HeaderClassName
{
color: #207E6D;
}
.AnyTagClassName
{
color: #207E6D;
}
</style>
background-color css
<style>
a { background-color: #207E6D; }
a { background-color: rgb(32,126,109); }
div.DivClassName
{
background-color: #207E6D;
}
.BgClassName
{
background-color: #207E6D;
}
</style>
border-color css
<style>
span { border-color: #207E6D; }
span { border-color: rgb(32,126,109); }
td.TdClassName
{
border-color: #207E6D;
}
.TagClassName
{
border-color: #207E6D;
}
</style>