Shades of Sea Green #208C4D
Tints of Sea Green #208C4D
RGB
CMYK
RGB Variations
Color information
#208C4D (or 0x208C4D) is known color: Sea Green. HEX triplet: 20, 8C and 4D. RGB value is (32,140,77). Sum of RGB (Red+Green+Blue) = 32+140+77=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 140 (55.08% from 255 or 56.22% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 140 - color contains mainly: green. Hex color #208C4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208C4D is #DF73B2. Grayscale: #646464. Windows color (decimal): -14644147 or 5082144. OLE color: 5082144.
HSL color Cylindrical-coordinate representation of color #208C4D: hue angle of 145º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208C4D is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 140 | 77 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.45 |
| HSL | 145º | 0.63% | 0.34% | - |
| HSV(B) | 145º | 0.77% | 0.55% | - |
| XYZ | 11.31 | 19.6 | 10.21 | - |
| YUV | 100.53 | 114.72 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 77 | 0.77 | 0 | 0.45 | 0.45 | 145 | 0.63 | 0.34 |
| Hex | 20 | 8C | 4D | 4D | 0 | 2D | 2D | 91 | 3F | 22 |
| Octal | 40 | 214 | 115 | 115 | 0 | 55 | 55 | 221 | 77 | 42 |
| Binary | 100000 | 10001100 | 1001101 | 1001101 | 0 | 101101 | 101101 | 10010001 | 111111 | 100010 |
Color Harmonies of #208C4D
Complementary color
Monochromatic Colors of #208C4D
Black with #208C4D
Text Example
Text Example
White with #208C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208C4D; }
p { color: rgb(32,140,77); }
H1.HeaderClassName
{
color: #208C4D;
}
.AnyTagClassName
{
color: #208C4D;
}
</style>
background-color css
<style>
a { background-color: #208C4D; }
a { background-color: rgb(32,140,77); }
div.DivClassName
{
background-color: #208C4D;
}
.BgClassName
{
background-color: #208C4D;
}
</style>
border-color css
<style>
span { border-color: #208C4D; }
span { border-color: rgb(32,140,77); }
td.TdClassName
{
border-color: #208C4D;
}
.TagClassName
{
border-color: #208C4D;
}
</style>