Shades of Medium Sea Green #21BD66
Tints of Medium Sea Green #21BD66
RGB
CMYK
RGB Variations
Color information
#21BD66 (or 0x21BD66) is known color: Medium Sea Green. HEX triplet: 21, BD and 66. RGB value is (33,189,102). Sum of RGB (Red+Green+Blue) = 33+189+102=324 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.19% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BD66 is #DE4299. Grayscale: #848484. Windows color (decimal): -14566042 or 6733089. OLE color: 6733089.
HSL color Cylindrical-coordinate representation of color #21BD66: hue angle of 146.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21BD66 is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 102 | - |
| CMYK | 0.83 | 0 | 0.46 | 0.26 |
| HSL | 146.54º | 0.7% | 0.44% | - |
| HSV(B) | 146.54º | 0.83% | 0.74% | - |
| XYZ | 21.22 | 37.68 | 18.72 | - |
| YUV | 132.44 | 110.82 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 102 | 0.83 | 0 | 0.46 | 0.26 | 146.54 | 0.7 | 0.44 |
| Hex | 21 | BD | 66 | 53 | 0 | 2E | 1A | 93 | 46 | 2C |
| Octal | 41 | 275 | 146 | 123 | 0 | 56 | 32 | 223 | 106 | 54 |
| Binary | 100001 | 10111101 | 1100110 | 1010011 | 0 | 101110 | 11010 | 10010011 | 1000110 | 101100 |
Color Harmonies of #21BD66
Complementary color
Monochromatic Colors of #21BD66
Black with #21BD66
Text Example
Text Example
White with #21BD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BD66; }
p { color: rgb(33,189,102); }
H1.HeaderClassName
{
color: #21BD66;
}
.AnyTagClassName
{
color: #21BD66;
}
</style>
background-color css
<style>
a { background-color: #21BD66; }
a { background-color: rgb(33,189,102); }
div.DivClassName
{
background-color: #21BD66;
}
.BgClassName
{
background-color: #21BD66;
}
</style>
border-color css
<style>
span { border-color: #21BD66; }
span { border-color: rgb(33,189,102); }
td.TdClassName
{
border-color: #21BD66;
}
.TagClassName
{
border-color: #21BD66;
}
</style>