Shades of Deep Sea #207D5E
Tints of Deep Sea #207D5E
RGB
CMYK
RGB Variations
Color information
#207D5E (or 0x207D5E) is known color: Deep Sea. HEX triplet: 20, 7D and 5E. RGB value is (32,125,94). Sum of RGB (Red+Green+Blue) = 32+125+94=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 125 (49.22% from 255 or 49.80% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 125 - color contains mainly: green. Hex color #207D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207D5E is #DF82A1. Grayscale: #5D5D5D. Windows color (decimal): -14647970 or 6192416. OLE color: 6192416.
HSL color Cylindrical-coordinate representation of color #207D5E: hue angle of 160º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207D5E is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 125 | 94 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.51 |
| HSL | 160º | 0.59% | 0.31% | - |
| HSV(B) | 160º | 0.74% | 0.49% | - |
| XYZ | 9.95 | 15.78 | 13.11 | - |
| YUV | 93.66 | 128.19 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 94 | 0.74 | 0 | 0.25 | 0.51 | 160 | 0.59 | 0.31 |
| Hex | 20 | 7D | 5E | 4A | 0 | 19 | 33 | A0 | 3B | 1F |
| Octal | 40 | 175 | 136 | 112 | 0 | 31 | 63 | 240 | 73 | 37 |
| Binary | 100000 | 1111101 | 1011110 | 1001010 | 0 | 11001 | 110011 | 10100000 | 111011 | 11111 |
Color Harmonies of #207D5E
Complementary color
Monochromatic Colors of #207D5E
Black with #207D5E
Text Example
Text Example
White with #207D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207D5E; }
p { color: rgb(32,125,94); }
H1.HeaderClassName
{
color: #207D5E;
}
.AnyTagClassName
{
color: #207D5E;
}
</style>
background-color css
<style>
a { background-color: #207D5E; }
a { background-color: rgb(32,125,94); }
div.DivClassName
{
background-color: #207D5E;
}
.BgClassName
{
background-color: #207D5E;
}
</style>
border-color css
<style>
span { border-color: #207D5E; }
span { border-color: rgb(32,125,94); }
td.TdClassName
{
border-color: #207D5E;
}
.TagClassName
{
border-color: #207D5E;
}
</style>