Shades of Sea Green #208B4D
Tints of Sea Green #208B4D
RGB
CMYK
RGB Variations
Color information
#208B4D (or 0x208B4D) is known color: Sea Green. HEX triplet: 20, 8B and 4D. RGB value is (32,139,77). Sum of RGB (Red+Green+Blue) = 32+139+77=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 139 (54.69% from 255 or 56.05% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 139 - color contains mainly: green. Hex color #208B4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208B4D is #DF74B2. Grayscale: #646464. Windows color (decimal): -14644403 or 5081888. OLE color: 5081888.
HSL color Cylindrical-coordinate representation of color #208B4D: hue angle of 145.23º 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 #208B4D is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 139 | 77 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.45 |
| HSL | 145.23º | 0.63% | 0.34% | - |
| HSV(B) | 145.23º | 0.77% | 0.55% | - |
| XYZ | 11.17 | 19.31 | 10.16 | - |
| YUV | 99.94 | 115.05 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 77 | 0.77 | 0 | 0.45 | 0.45 | 145.23 | 0.63 | 0.34 |
| Hex | 20 | 8B | 4D | 4D | 0 | 2D | 2D | 91 | 3F | 22 |
| Octal | 40 | 213 | 115 | 115 | 0 | 55 | 55 | 221 | 77 | 42 |
| Binary | 100000 | 10001011 | 1001101 | 1001101 | 0 | 101101 | 101101 | 10010001 | 111111 | 100010 |
Color Harmonies of #208B4D
Complementary color
Monochromatic Colors of #208B4D
Black with #208B4D
Text Example
Text Example
White with #208B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208B4D; }
p { color: rgb(32,139,77); }
H1.HeaderClassName
{
color: #208B4D;
}
.AnyTagClassName
{
color: #208B4D;
}
</style>
background-color css
<style>
a { background-color: #208B4D; }
a { background-color: rgb(32,139,77); }
div.DivClassName
{
background-color: #208B4D;
}
.BgClassName
{
background-color: #208B4D;
}
</style>
border-color css
<style>
span { border-color: #208B4D; }
span { border-color: rgb(32,139,77); }
td.TdClassName
{
border-color: #208B4D;
}
.TagClassName
{
border-color: #208B4D;
}
</style>