Shades of Deep Sea #207F5B
Tints of Deep Sea #207F5B
RGB
CMYK
RGB Variations
Color information
#207F5B (or 0x207F5B) is known color: Deep Sea. HEX triplet: 20, 7F and 5B. RGB value is (32,127,91). Sum of RGB (Red+Green+Blue) = 32+127+91=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 127 (50% from 255 or 50.8% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 127 - color contains mainly: green. Hex color #207F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207F5B is #DF80A4. Grayscale: #5E5E5E. Windows color (decimal): -14647461 or 5996320. OLE color: 5996320.
HSL color Cylindrical-coordinate representation of color #207F5B: hue angle of 157.26º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207F5B is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 127 | 91 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.50 |
| HSL | 157.26º | 0.6% | 0.31% | - |
| HSV(B) | 157.26º | 0.75% | 0.5% | - |
| XYZ | 10.07 | 16.24 | 12.5 | - |
| YUV | 94.49 | 126.03 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 91 | 0.75 | 0 | 0.28 | 0.50 | 157.26 | 0.6 | 0.31 |
| Hex | 20 | 7F | 5B | 4B | 0 | 1C | 32 | 9D | 3C | 1F |
| Octal | 40 | 177 | 133 | 113 | 0 | 34 | 62 | 235 | 74 | 37 |
| Binary | 100000 | 1111111 | 1011011 | 1001011 | 0 | 11100 | 110010 | 10011101 | 111100 | 11111 |
Color Harmonies of #207F5B
Complementary color
Monochromatic Colors of #207F5B
Black with #207F5B
Text Example
Text Example
White with #207F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207F5B; }
p { color: rgb(32,127,91); }
H1.HeaderClassName
{
color: #207F5B;
}
.AnyTagClassName
{
color: #207F5B;
}
</style>
background-color css
<style>
a { background-color: #207F5B; }
a { background-color: rgb(32,127,91); }
div.DivClassName
{
background-color: #207F5B;
}
.BgClassName
{
background-color: #207F5B;
}
</style>
border-color css
<style>
span { border-color: #207F5B; }
span { border-color: rgb(32,127,91); }
td.TdClassName
{
border-color: #207F5B;
}
.TagClassName
{
border-color: #207F5B;
}
</style>