Shades of Sea Green #208A4C
Tints of Sea Green #208A4C
RGB
CMYK
RGB Variations
Color information
#208A4C (or 0x208A4C) is known color: Sea Green. HEX triplet: 20, 8A and 4C. RGB value is (32,138,76). Sum of RGB (Red+Green+Blue) = 32+138+76=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 138 (54.30% from 255 or 56.10% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 138 - color contains mainly: green. Hex color #208A4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208A4C is #DF75B3. Grayscale: #636363. Windows color (decimal): -14644660 or 5016096. OLE color: 5016096.
HSL color Cylindrical-coordinate representation of color #208A4C: hue angle of 144.91º 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 #208A4C is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 138 | 76 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.46 |
| HSL | 144.91º | 0.62% | 0.33% | - |
| HSV(B) | 144.91º | 0.77% | 0.54% | - |
| XYZ | 10.99 | 19.01 | 9.93 | - |
| YUV | 99.24 | 114.88 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 138 | 76 | 0.77 | 0 | 0.45 | 0.46 | 144.91 | 0.62 | 0.33 |
| Hex | 20 | 8A | 4C | 4D | 0 | 2D | 2E | 91 | 3E | 21 |
| Octal | 40 | 212 | 114 | 115 | 0 | 55 | 56 | 221 | 76 | 41 |
| Binary | 100000 | 10001010 | 1001100 | 1001101 | 0 | 101101 | 101110 | 10010001 | 111110 | 100001 |
Color Harmonies of #208A4C
Complementary color
Monochromatic Colors of #208A4C
Black with #208A4C
Text Example
Text Example
White with #208A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208A4C; }
p { color: rgb(32,138,76); }
H1.HeaderClassName
{
color: #208A4C;
}
.AnyTagClassName
{
color: #208A4C;
}
</style>
background-color css
<style>
a { background-color: #208A4C; }
a { background-color: rgb(32,138,76); }
div.DivClassName
{
background-color: #208A4C;
}
.BgClassName
{
background-color: #208A4C;
}
</style>
border-color css
<style>
span { border-color: #208A4C; }
span { border-color: rgb(32,138,76); }
td.TdClassName
{
border-color: #208A4C;
}
.TagClassName
{
border-color: #208A4C;
}
</style>