Shades of Sea Green #208A40
Tints of Sea Green #208A40
RGB
CMYK
RGB Variations
Color information
#208A40 (or 0x208A40) is known color: Sea Green. HEX triplet: 20, 8A and 40. RGB value is (32,138,64). Sum of RGB (Red+Green+Blue) = 32+138+64=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 138 (54.30% from 255 or 58.97% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 138 - color contains mainly: green. Hex color #208A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208A40 is #DF75BF. Grayscale: #626262. Windows color (decimal): -14644672 or 4229664. OLE color: 4229664.
HSL color Cylindrical-coordinate representation of color #208A40: hue angle of 138.11º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208A40 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 138 | 64 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.46 |
| HSL | 138.11º | 0.62% | 0.33% | - |
| HSV(B) | 138.11º | 0.77% | 0.54% | - |
| XYZ | 10.61 | 18.85 | 7.93 | - |
| YUV | 97.87 | 108.88 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 138 | 64 | 0.77 | 0 | 0.54 | 0.46 | 138.11 | 0.62 | 0.33 |
| Hex | 20 | 8A | 40 | 4D | 0 | 36 | 2E | 8A | 3E | 21 |
| Octal | 40 | 212 | 100 | 115 | 0 | 66 | 56 | 212 | 76 | 41 |
| Binary | 100000 | 10001010 | 1000000 | 1001101 | 0 | 110110 | 101110 | 10001010 | 111110 | 100001 |
Color Harmonies of #208A40
Complementary color
Monochromatic Colors of #208A40
Black with #208A40
Text Example
Text Example
White with #208A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208A40; }
p { color: rgb(32,138,64); }
H1.HeaderClassName
{
color: #208A40;
}
.AnyTagClassName
{
color: #208A40;
}
</style>
background-color css
<style>
a { background-color: #208A40; }
a { background-color: rgb(32,138,64); }
div.DivClassName
{
background-color: #208A40;
}
.BgClassName
{
background-color: #208A40;
}
</style>
border-color css
<style>
span { border-color: #208A40; }
span { border-color: rgb(32,138,64); }
td.TdClassName
{
border-color: #208A40;
}
.TagClassName
{
border-color: #208A40;
}
</style>