Shades of Medium Sea Green #21BC5D
Tints of Medium Sea Green #21BC5D
RGB
CMYK
RGB Variations
Color information
#21BC5D (or 0x21BC5D) is known color: Medium Sea Green. HEX triplet: 21, BC and 5D. RGB value is (33,188,93). Sum of RGB (Red+Green+Blue) = 33+188+93=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BC5D is #DE43A2. Grayscale: #838383. Windows color (decimal): -14566307 or 6143009. OLE color: 6143009.
HSL color Cylindrical-coordinate representation of color #21BC5D: hue angle of 143.23º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21BC5D is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 93 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.26 |
| HSL | 143.23º | 0.7% | 0.43% | - |
| HSV(B) | 143.23º | 0.82% | 0.74% | - |
| XYZ | 20.59 | 37.08 | 16.43 | - |
| YUV | 130.83 | 106.65 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 93 | 0.82 | 0 | 0.51 | 0.26 | 143.23 | 0.7 | 0.43 |
| Hex | 21 | BC | 5D | 52 | 0 | 33 | 1A | 8F | 46 | 2B |
| Octal | 41 | 274 | 135 | 122 | 0 | 63 | 32 | 217 | 106 | 53 |
| Binary | 100001 | 10111100 | 1011101 | 1010010 | 0 | 110011 | 11010 | 10001111 | 1000110 | 101011 |
Color Harmonies of #21BC5D
Complementary color
Monochromatic Colors of #21BC5D
Black with #21BC5D
Text Example
Text Example
White with #21BC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BC5D; }
p { color: rgb(33,188,93); }
H1.HeaderClassName
{
color: #21BC5D;
}
.AnyTagClassName
{
color: #21BC5D;
}
</style>
background-color css
<style>
a { background-color: #21BC5D; }
a { background-color: rgb(33,188,93); }
div.DivClassName
{
background-color: #21BC5D;
}
.BgClassName
{
background-color: #21BC5D;
}
</style>
border-color css
<style>
span { border-color: #21BC5D; }
span { border-color: rgb(33,188,93); }
td.TdClassName
{
border-color: #21BC5D;
}
.TagClassName
{
border-color: #21BC5D;
}
</style>