Shades of Sea Green #208B5C
Tints of Sea Green #208B5C
RGB
CMYK
RGB Variations
Color information
#208B5C (or 0x208B5C) is known color: Sea Green. HEX triplet: 20, 8B and 5C. RGB value is (32,139,92). Sum of RGB (Red+Green+Blue) = 32+139+92=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 139 (54.69% from 255 or 52.85% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 139 - color contains mainly: green. Hex color #208B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208B5C is #DF74A3. Grayscale: #656565. Windows color (decimal): -14644388 or 6064928. OLE color: 6064928.
HSL color Cylindrical-coordinate representation of color #208B5C: hue angle of 153.64º 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 #208B5C is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 139 | 92 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.45 |
| HSL | 153.64º | 0.63% | 0.34% | - |
| HSV(B) | 153.64º | 0.77% | 0.55% | - |
| XYZ | 11.76 | 19.55 | 13.28 | - |
| YUV | 101.65 | 122.55 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 92 | 0.77 | 0 | 0.34 | 0.45 | 153.64 | 0.63 | 0.34 |
| Hex | 20 | 8B | 5C | 4D | 0 | 22 | 2D | 9A | 3F | 22 |
| Octal | 40 | 213 | 134 | 115 | 0 | 42 | 55 | 232 | 77 | 42 |
| Binary | 100000 | 10001011 | 1011100 | 1001101 | 0 | 100010 | 101101 | 10011010 | 111111 | 100010 |
Color Harmonies of #208B5C
Complementary color
Monochromatic Colors of #208B5C
Black with #208B5C
Text Example
Text Example
White with #208B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208B5C; }
p { color: rgb(32,139,92); }
H1.HeaderClassName
{
color: #208B5C;
}
.AnyTagClassName
{
color: #208B5C;
}
</style>
background-color css
<style>
a { background-color: #208B5C; }
a { background-color: rgb(32,139,92); }
div.DivClassName
{
background-color: #208B5C;
}
.BgClassName
{
background-color: #208B5C;
}
</style>
border-color css
<style>
span { border-color: #208B5C; }
span { border-color: rgb(32,139,92); }
td.TdClassName
{
border-color: #208B5C;
}
.TagClassName
{
border-color: #208B5C;
}
</style>