Shades of Sea Green #208C54
Tints of Sea Green #208C54
RGB
CMYK
RGB Variations
Color information
#208C54 (or 0x208C54) is known color: Sea Green. HEX triplet: 20, 8C and 54. RGB value is (32,140,84). Sum of RGB (Red+Green+Blue) = 32+140+84=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 140 (55.08% from 255 or 54.69% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 140 - color contains mainly: green. Hex color #208C54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208C54 is #DF73AB. Grayscale: #656565. Windows color (decimal): -14644140 or 5540896. OLE color: 5540896.
HSL color Cylindrical-coordinate representation of color #208C54: hue angle of 148.89º 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 #208C54 is Cyan = 0.77, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 140 | 84 | - |
| CMYK | 0.77 | 0 | 0.4 | 0.45 |
| HSL | 148.89º | 0.63% | 0.34% | - |
| HSV(B) | 148.89º | 0.77% | 0.55% | - |
| XYZ | 11.57 | 19.7 | 11.58 | - |
| YUV | 101.32 | 118.22 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 84 | 0.77 | 0 | 0.4 | 0.45 | 148.89 | 0.63 | 0.34 |
| Hex | 20 | 8C | 54 | 4D | 0 | 28 | 2D | 95 | 3F | 22 |
| Octal | 40 | 214 | 124 | 115 | 0 | 50 | 55 | 225 | 77 | 42 |
| Binary | 100000 | 10001100 | 1010100 | 1001101 | 0 | 101000 | 101101 | 10010101 | 111111 | 100010 |
Color Harmonies of #208C54
Complementary color
Monochromatic Colors of #208C54
Black with #208C54
Text Example
Text Example
White with #208C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208C54; }
p { color: rgb(32,140,84); }
H1.HeaderClassName
{
color: #208C54;
}
.AnyTagClassName
{
color: #208C54;
}
</style>
background-color css
<style>
a { background-color: #208C54; }
a { background-color: rgb(32,140,84); }
div.DivClassName
{
background-color: #208C54;
}
.BgClassName
{
background-color: #208C54;
}
</style>
border-color css
<style>
span { border-color: #208C54; }
span { border-color: rgb(32,140,84); }
td.TdClassName
{
border-color: #208C54;
}
.TagClassName
{
border-color: #208C54;
}
</style>