Shades of Sea Green #20994B
Tints of Sea Green #20994B
RGB
CMYK
RGB Variations
Color information
#20994B (or 0x20994B) is known color: Sea Green. HEX triplet: 20, 99 and 4B. RGB value is (32,153,75). Sum of RGB (Red+Green+Blue) = 32+153+75=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 153 (60.16% from 255 or 58.85% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 153 - color contains mainly: green. Hex color #20994B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20994B is #DF66B4. Grayscale: #6C6C6C. Windows color (decimal): -14640821 or 4954400. OLE color: 4954400.
HSL color Cylindrical-coordinate representation of color #20994B: hue angle of 141.32º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20994B is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 153 | 75 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.4 |
| HSL | 141.32º | 0.65% | 0.36% | - |
| HSV(B) | 141.32º | 0.79% | 0.6% | - |
| XYZ | 13.26 | 23.6 | 10.51 | - |
| YUV | 107.93 | 109.41 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 75 | 0.79 | 0 | 0.51 | 0.4 | 141.32 | 0.65 | 0.36 |
| Hex | 20 | 99 | 4B | 4F | 0 | 33 | 28 | 8D | 41 | 24 |
| Octal | 40 | 231 | 113 | 117 | 0 | 63 | 50 | 215 | 101 | 44 |
| Binary | 100000 | 10011001 | 1001011 | 1001111 | 0 | 110011 | 101000 | 10001101 | 1000001 | 100100 |
Color Harmonies of #20994B
Complementary color
Monochromatic Colors of #20994B
Black with #20994B
Text Example
Text Example
White with #20994B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20994B; }
p { color: rgb(32,153,75); }
H1.HeaderClassName
{
color: #20994B;
}
.AnyTagClassName
{
color: #20994B;
}
</style>
background-color css
<style>
a { background-color: #20994B; }
a { background-color: rgb(32,153,75); }
div.DivClassName
{
background-color: #20994B;
}
.BgClassName
{
background-color: #20994B;
}
</style>
border-color css
<style>
span { border-color: #20994B; }
span { border-color: rgb(32,153,75); }
td.TdClassName
{
border-color: #20994B;
}
.TagClassName
{
border-color: #20994B;
}
</style>