Shades of Medium Sea Green #21BA5D
Tints of Medium Sea Green #21BA5D
RGB
CMYK
RGB Variations
Color information
#21BA5D (or 0x21BA5D) is known color: Medium Sea Green. HEX triplet: 21, BA and 5D. RGB value is (33,186,93). Sum of RGB (Red+Green+Blue) = 33+186+93=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BA5D is #DE45A2. Grayscale: #818181. Windows color (decimal): -14566819 or 6142497. OLE color: 6142497.
HSL color Cylindrical-coordinate representation of color #21BA5D: hue angle of 143.53º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BA5D is Cyan = 0.82, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 93 | - |
| CMYK | 0.82 | 0 | 0.5 | 0.27 |
| HSL | 143.53º | 0.7% | 0.43% | - |
| HSV(B) | 143.53º | 0.82% | 0.73% | - |
| XYZ | 20.16 | 36.23 | 16.29 | - |
| YUV | 129.65 | 107.31 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 93 | 0.82 | 0 | 0.5 | 0.27 | 143.53 | 0.7 | 0.43 |
| Hex | 21 | BA | 5D | 52 | 0 | 32 | 1B | 90 | 46 | 2B |
| Octal | 41 | 272 | 135 | 122 | 0 | 62 | 33 | 220 | 106 | 53 |
| Binary | 100001 | 10111010 | 1011101 | 1010010 | 0 | 110010 | 11011 | 10010000 | 1000110 | 101011 |
Color Harmonies of #21BA5D
Complementary color
Monochromatic Colors of #21BA5D
Black with #21BA5D
Text Example
Text Example
White with #21BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA5D; }
p { color: rgb(33,186,93); }
H1.HeaderClassName
{
color: #21BA5D;
}
.AnyTagClassName
{
color: #21BA5D;
}
</style>
background-color css
<style>
a { background-color: #21BA5D; }
a { background-color: rgb(33,186,93); }
div.DivClassName
{
background-color: #21BA5D;
}
.BgClassName
{
background-color: #21BA5D;
}
</style>
border-color css
<style>
span { border-color: #21BA5D; }
span { border-color: rgb(33,186,93); }
td.TdClassName
{
border-color: #21BA5D;
}
.TagClassName
{
border-color: #21BA5D;
}
</style>