Shades of Sea Green #208A50
Tints of Sea Green #208A50
RGB
CMYK
RGB Variations
Color information
#208A50 (or 0x208A50) is known color: Sea Green. HEX triplet: 20, 8A and 50. RGB value is (32,138,80). Sum of RGB (Red+Green+Blue) = 32+138+80=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 138 (54.30% from 255 or 55.2% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 138 - color contains mainly: green. Hex color #208A50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208A50 is #DF75AF. Grayscale: #636363. Windows color (decimal): -14644656 or 5278240. OLE color: 5278240.
HSL color Cylindrical-coordinate representation of color #208A50: hue angle of 147.17º 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 #208A50 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 138 | 80 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.46 |
| HSL | 147.17º | 0.62% | 0.33% | - |
| HSV(B) | 147.17º | 0.77% | 0.54% | - |
| XYZ | 11.13 | 19.06 | 10.68 | - |
| YUV | 99.69 | 116.88 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 138 | 80 | 0.77 | 0 | 0.42 | 0.46 | 147.17 | 0.62 | 0.33 |
| Hex | 20 | 8A | 50 | 4D | 0 | 2A | 2E | 93 | 3E | 21 |
| Octal | 40 | 212 | 120 | 115 | 0 | 52 | 56 | 223 | 76 | 41 |
| Binary | 100000 | 10001010 | 1010000 | 1001101 | 0 | 101010 | 101110 | 10010011 | 111110 | 100001 |
Color Harmonies of #208A50
Complementary color
Monochromatic Colors of #208A50
Black with #208A50
Text Example
Text Example
White with #208A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208A50; }
p { color: rgb(32,138,80); }
H1.HeaderClassName
{
color: #208A50;
}
.AnyTagClassName
{
color: #208A50;
}
</style>
background-color css
<style>
a { background-color: #208A50; }
a { background-color: rgb(32,138,80); }
div.DivClassName
{
background-color: #208A50;
}
.BgClassName
{
background-color: #208A50;
}
</style>
border-color css
<style>
span { border-color: #208A50; }
span { border-color: rgb(32,138,80); }
td.TdClassName
{
border-color: #208A50;
}
.TagClassName
{
border-color: #208A50;
}
</style>