Shades of Deep Sea #207F5C
Tints of Deep Sea #207F5C
RGB
CMYK
RGB Variations
Color information
#207F5C (or 0x207F5C) is known color: Deep Sea. HEX triplet: 20, 7F and 5C. RGB value is (32,127,92). Sum of RGB (Red+Green+Blue) = 32+127+92=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 127 (50% from 255 or 50.60% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 127 - color contains mainly: green. Hex color #207F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207F5C is #DF80A3. Grayscale: #5E5E5E. Windows color (decimal): -14647460 or 6061856. OLE color: 6061856.
HSL color Cylindrical-coordinate representation of color #207F5C: hue angle of 157.89º 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 #207F5C is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 127 | 92 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.50 |
| HSL | 157.89º | 0.6% | 0.31% | - |
| HSV(B) | 157.89º | 0.75% | 0.5% | - |
| XYZ | 10.12 | 16.26 | 12.73 | - |
| YUV | 94.61 | 126.53 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 127 | 92 | 0.75 | 0 | 0.28 | 0.50 | 157.89 | 0.6 | 0.31 |
| Hex | 20 | 7F | 5C | 4B | 0 | 1C | 32 | 9E | 3C | 1F |
| Octal | 40 | 177 | 134 | 113 | 0 | 34 | 62 | 236 | 74 | 37 |
| Binary | 100000 | 1111111 | 1011100 | 1001011 | 0 | 11100 | 110010 | 10011110 | 111100 | 11111 |
Color Harmonies of #207F5C
Complementary color
Monochromatic Colors of #207F5C
Black with #207F5C
Text Example
Text Example
White with #207F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207F5C; }
p { color: rgb(32,127,92); }
H1.HeaderClassName
{
color: #207F5C;
}
.AnyTagClassName
{
color: #207F5C;
}
</style>
background-color css
<style>
a { background-color: #207F5C; }
a { background-color: rgb(32,127,92); }
div.DivClassName
{
background-color: #207F5C;
}
.BgClassName
{
background-color: #207F5C;
}
</style>
border-color css
<style>
span { border-color: #207F5C; }
span { border-color: rgb(32,127,92); }
td.TdClassName
{
border-color: #207F5C;
}
.TagClassName
{
border-color: #207F5C;
}
</style>