Shades of Sea Green #208E5C
Tints of Sea Green #208E5C
RGB
CMYK
RGB Variations
Color information
#208E5C (or 0x208E5C) is known color: Sea Green. HEX triplet: 20, 8E and 5C. RGB value is (32,142,92). Sum of RGB (Red+Green+Blue) = 32+142+92=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 142 (55.86% from 255 or 53.38% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 142 - color contains mainly: green. Hex color #208E5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208E5C is #DF71A3. Grayscale: #676767. Windows color (decimal): -14643620 or 6065696. OLE color: 6065696.
HSL color Cylindrical-coordinate representation of color #208E5C: hue angle of 152.73º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208E5C is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 142 | 92 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.44 |
| HSL | 152.73º | 0.63% | 0.34% | - |
| HSV(B) | 152.73º | 0.77% | 0.56% | - |
| XYZ | 12.2 | 20.43 | 13.42 | - |
| YUV | 103.41 | 121.56 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 92 | 0.77 | 0 | 0.35 | 0.44 | 152.73 | 0.63 | 0.34 |
| Hex | 20 | 8E | 5C | 4D | 0 | 23 | 2C | 99 | 3F | 22 |
| Octal | 40 | 216 | 134 | 115 | 0 | 43 | 54 | 231 | 77 | 42 |
| Binary | 100000 | 10001110 | 1011100 | 1001101 | 0 | 100011 | 101100 | 10011001 | 111111 | 100010 |
Color Harmonies of #208E5C
Complementary color
Monochromatic Colors of #208E5C
Black with #208E5C
Text Example
Text Example
White with #208E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208E5C; }
p { color: rgb(32,142,92); }
H1.HeaderClassName
{
color: #208E5C;
}
.AnyTagClassName
{
color: #208E5C;
}
</style>
background-color css
<style>
a { background-color: #208E5C; }
a { background-color: rgb(32,142,92); }
div.DivClassName
{
background-color: #208E5C;
}
.BgClassName
{
background-color: #208E5C;
}
</style>
border-color css
<style>
span { border-color: #208E5C; }
span { border-color: rgb(32,142,92); }
td.TdClassName
{
border-color: #208E5C;
}
.TagClassName
{
border-color: #208E5C;
}
</style>