Shades of Medium Sea Green #21BF70
Tints of Medium Sea Green #21BF70
RGB
CMYK
RGB Variations
Color information
#21BF70 (or 0x21BF70) is known color: Medium Sea Green. HEX triplet: 21, BF and 70. RGB value is (33,191,112). Sum of RGB (Red+Green+Blue) = 33+191+112=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #21BF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BF70 is #DE408F. Grayscale: #868686. Windows color (decimal): -14565520 or 7388961. OLE color: 7388961.
HSL color Cylindrical-coordinate representation of color #21BF70: hue angle of 150º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BF70 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 191 | 112 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.25 |
| HSL | 150º | 0.71% | 0.44% | - |
| HSV(B) | 150º | 0.83% | 0.75% | - |
| XYZ | 22.18 | 38.75 | 21.64 | - |
| YUV | 134.75 | 115.15 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 112 | 0.83 | 0 | 0.41 | 0.25 | 150 | 0.71 | 0.44 |
| Hex | 21 | BF | 70 | 53 | 0 | 29 | 19 | 96 | 47 | 2C |
| Octal | 41 | 277 | 160 | 123 | 0 | 51 | 31 | 226 | 107 | 54 |
| Binary | 100001 | 10111111 | 1110000 | 1010011 | 0 | 101001 | 11001 | 10010110 | 1000111 | 101100 |
Color Harmonies of #21BF70
Complementary color
Monochromatic Colors of #21BF70
Black with #21BF70
Text Example
Text Example
White with #21BF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BF70; }
p { color: rgb(33,191,112); }
H1.HeaderClassName
{
color: #21BF70;
}
.AnyTagClassName
{
color: #21BF70;
}
</style>
background-color css
<style>
a { background-color: #21BF70; }
a { background-color: rgb(33,191,112); }
div.DivClassName
{
background-color: #21BF70;
}
.BgClassName
{
background-color: #21BF70;
}
</style>
border-color css
<style>
span { border-color: #21BF70; }
span { border-color: rgb(33,191,112); }
td.TdClassName
{
border-color: #21BF70;
}
.TagClassName
{
border-color: #21BF70;
}
</style>