Shades of Medium Sea Green #21BA5F
Tints of Medium Sea Green #21BA5F
RGB
CMYK
RGB Variations
Color information
#21BA5F (or 0x21BA5F) is known color: Medium Sea Green. HEX triplet: 21, BA and 5F. RGB value is (33,186,95). Sum of RGB (Red+Green+Blue) = 33+186+95=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BA5F is #DE45A0. Grayscale: #828282. Windows color (decimal): -14566817 or 6273569. OLE color: 6273569.
HSL color Cylindrical-coordinate representation of color #21BA5F: hue angle of 144.31º 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 #21BA5F is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 95 | - |
| CMYK | 0.82 | 0 | 0.49 | 0.27 |
| HSL | 144.31º | 0.7% | 0.43% | - |
| HSV(B) | 144.31º | 0.82% | 0.73% | - |
| XYZ | 20.25 | 36.27 | 16.76 | - |
| YUV | 129.88 | 108.31 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 95 | 0.82 | 0 | 0.49 | 0.27 | 144.31 | 0.7 | 0.43 |
| Hex | 21 | BA | 5F | 52 | 0 | 31 | 1B | 90 | 46 | 2B |
| Octal | 41 | 272 | 137 | 122 | 0 | 61 | 33 | 220 | 106 | 53 |
| Binary | 100001 | 10111010 | 1011111 | 1010010 | 0 | 110001 | 11011 | 10010000 | 1000110 | 101011 |
Color Harmonies of #21BA5F
Complementary color
Monochromatic Colors of #21BA5F
Black with #21BA5F
Text Example
Text Example
White with #21BA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA5F; }
p { color: rgb(33,186,95); }
H1.HeaderClassName
{
color: #21BA5F;
}
.AnyTagClassName
{
color: #21BA5F;
}
</style>
background-color css
<style>
a { background-color: #21BA5F; }
a { background-color: rgb(33,186,95); }
div.DivClassName
{
background-color: #21BA5F;
}
.BgClassName
{
background-color: #21BA5F;
}
</style>
border-color css
<style>
span { border-color: #21BA5F; }
span { border-color: rgb(33,186,95); }
td.TdClassName
{
border-color: #21BA5F;
}
.TagClassName
{
border-color: #21BA5F;
}
</style>