Shades of Medium Sea Green #21B75A
Tints of Medium Sea Green #21B75A
RGB
CMYK
RGB Variations
Color information
#21B75A (or 0x21B75A) is known color: Medium Sea Green. HEX triplet: 21, B7 and 5A. RGB value is (33,183,90). Sum of RGB (Red+Green+Blue) = 33+183+90=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 183 (71.88% from 255 or 59.80% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 183 - color contains mainly: green. Hex color #21B75A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B75A is #DE48A5. Grayscale: #7F7F7F. Windows color (decimal): -14567590 or 5945121. OLE color: 5945121.
HSL color Cylindrical-coordinate representation of color #21B75A: hue angle of 142.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B75A is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 33 | 183 | 90 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.28 |
| HSL | 142.8º | 0.69% | 0.42% | - |
| HSV(B) | 142.8º | 0.82% | 0.72% | - |
| XYZ | 19.41 | 34.93 | 15.39 | - |
| YUV | 127.55 | 106.81 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 183 | 90 | 0.82 | 0 | 0.51 | 0.28 | 142.8 | 0.69 | 0.42 |
| Hex | 21 | B7 | 5A | 52 | 0 | 33 | 1C | 8F | 45 | 2A |
| Octal | 41 | 267 | 132 | 122 | 0 | 63 | 34 | 217 | 105 | 52 |
| Binary | 100001 | 10110111 | 1011010 | 1010010 | 0 | 110011 | 11100 | 10001111 | 1000101 | 101010 |
Color Harmonies of #21B75A
Complementary color
Monochromatic Colors of #21B75A
Black with #21B75A
Text Example
Text Example
White with #21B75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B75A; }
p { color: rgb(33,183,90); }
H1.HeaderClassName
{
color: #21B75A;
}
.AnyTagClassName
{
color: #21B75A;
}
</style>
background-color css
<style>
a { background-color: #21B75A; }
a { background-color: rgb(33,183,90); }
div.DivClassName
{
background-color: #21B75A;
}
.BgClassName
{
background-color: #21B75A;
}
</style>
border-color css
<style>
span { border-color: #21B75A; }
span { border-color: rgb(33,183,90); }
td.TdClassName
{
border-color: #21B75A;
}
.TagClassName
{
border-color: #21B75A;
}
</style>