Shades of Deep Sea #207C63
Tints of Deep Sea #207C63
RGB
CMYK
RGB Variations
Color information
#207C63 (or 0x207C63) is known color: Deep Sea. HEX triplet: 20, 7C and 63. RGB value is (32,124,99). Sum of RGB (Red+Green+Blue) = 32+124+99=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 124 (48.83% from 255 or 48.63% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 124 - color contains mainly: green. Hex color #207C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207C63 is #DF839C. Grayscale: #5D5D5D. Windows color (decimal): -14648221 or 6519840. OLE color: 6519840.
HSL color Cylindrical-coordinate representation of color #207C63: hue angle of 163.7º 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 #207C63 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 124 | 99 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.51 |
| HSL | 163.7º | 0.59% | 0.31% | - |
| HSV(B) | 163.7º | 0.74% | 0.49% | - |
| XYZ | 10.06 | 15.62 | 14.29 | - |
| YUV | 93.64 | 131.02 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 124 | 99 | 0.74 | 0 | 0.20 | 0.51 | 163.7 | 0.59 | 0.31 |
| Hex | 20 | 7C | 63 | 4A | 0 | 14 | 33 | A4 | 3B | 1F |
| Octal | 40 | 174 | 143 | 112 | 0 | 24 | 63 | 244 | 73 | 37 |
| Binary | 100000 | 1111100 | 1100011 | 1001010 | 0 | 10100 | 110011 | 10100100 | 111011 | 11111 |
Color Harmonies of #207C63
Complementary color
Monochromatic Colors of #207C63
Black with #207C63
Text Example
Text Example
White with #207C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207C63; }
p { color: rgb(32,124,99); }
H1.HeaderClassName
{
color: #207C63;
}
.AnyTagClassName
{
color: #207C63;
}
</style>
background-color css
<style>
a { background-color: #207C63; }
a { background-color: rgb(32,124,99); }
div.DivClassName
{
background-color: #207C63;
}
.BgClassName
{
background-color: #207C63;
}
</style>
border-color css
<style>
span { border-color: #207C63; }
span { border-color: rgb(32,124,99); }
td.TdClassName
{
border-color: #207C63;
}
.TagClassName
{
border-color: #207C63;
}
</style>