Shades of Deep Sea #207C61
Tints of Deep Sea #207C61
RGB
CMYK
RGB Variations
Color information
#207C61 (or 0x207C61) is known color: Deep Sea. HEX triplet: 20, 7C and 61. RGB value is (32,124,97). Sum of RGB (Red+Green+Blue) = 32+124+97=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #207C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207C61 is #DF839E. Grayscale: #5D5D5D. Windows color (decimal): -14648223 or 6388768. OLE color: 6388768.
HSL color Cylindrical-coordinate representation of color #207C61: hue angle of 162.39º 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 #207C61 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 97 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.51 |
| HSL | 162.39º | 0.59% | 0.31% | - |
| HSV(B) | 162.39º | 0.74% | 0.49% | - |
| XYZ | 9.96 | 15.59 | 13.79 | - |
| YUV | 93.41 | 130.02 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 97 | 0.74 | 0 | 0.22 | 0.51 | 162.39 | 0.59 | 0.31 |
| Hex | 20 | 7C | 61 | 4A | 0 | 16 | 33 | A2 | 3B | 1F |
| Octal | 40 | 174 | 141 | 112 | 0 | 26 | 63 | 242 | 73 | 37 |
| Binary | 100000 | 1111100 | 1100001 | 1001010 | 0 | 10110 | 110011 | 10100010 | 111011 | 11111 |
Color Harmonies of #207C61
Complementary color
Monochromatic Colors of #207C61
Black with #207C61
Text Example
Text Example
White with #207C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C61; }
p { color: rgb(32,124,97); }
H1.HeaderClassName
{
color: #207C61;
}
.AnyTagClassName
{
color: #207C61;
}
</style>
background-color css
<style>
a { background-color: #207C61; }
a { background-color: rgb(32,124,97); }
div.DivClassName
{
background-color: #207C61;
}
.BgClassName
{
background-color: #207C61;
}
</style>
border-color css
<style>
span { border-color: #207C61; }
span { border-color: rgb(32,124,97); }
td.TdClassName
{
border-color: #207C61;
}
.TagClassName
{
border-color: #207C61;
}
</style>