Shades of Medium Sea Green #21BD6C
Tints of Medium Sea Green #21BD6C
RGB
CMYK
RGB Variations
Color information
#21BD6C (or 0x21BD6C) is known color: Medium Sea Green. HEX triplet: 21, BD and 6C. RGB value is (33,189,108). Sum of RGB (Red+Green+Blue) = 33+189+108=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BD6C is #DE4293. Grayscale: #858585. Windows color (decimal): -14566036 or 7126305. OLE color: 7126305.
HSL color Cylindrical-coordinate representation of color #21BD6C: hue angle of 148.85º 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 #21BD6C is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 108 | - |
| CMYK | 0.83 | 0 | 0.43 | 0.26 |
| HSL | 148.85º | 0.7% | 0.44% | - |
| HSV(B) | 148.85º | 0.83% | 0.74% | - |
| XYZ | 21.53 | 37.8 | 20.35 | - |
| YUV | 133.12 | 113.82 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 108 | 0.83 | 0 | 0.43 | 0.26 | 148.85 | 0.7 | 0.44 |
| Hex | 21 | BD | 6C | 53 | 0 | 2B | 1A | 95 | 46 | 2C |
| Octal | 41 | 275 | 154 | 123 | 0 | 53 | 32 | 225 | 106 | 54 |
| Binary | 100001 | 10111101 | 1101100 | 1010011 | 0 | 101011 | 11010 | 10010101 | 1000110 | 101100 |
Color Harmonies of #21BD6C
Complementary color
Monochromatic Colors of #21BD6C
Black with #21BD6C
Text Example
Text Example
White with #21BD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BD6C; }
p { color: rgb(33,189,108); }
H1.HeaderClassName
{
color: #21BD6C;
}
.AnyTagClassName
{
color: #21BD6C;
}
</style>
background-color css
<style>
a { background-color: #21BD6C; }
a { background-color: rgb(33,189,108); }
div.DivClassName
{
background-color: #21BD6C;
}
.BgClassName
{
background-color: #21BD6C;
}
</style>
border-color css
<style>
span { border-color: #21BD6C; }
span { border-color: rgb(33,189,108); }
td.TdClassName
{
border-color: #21BD6C;
}
.TagClassName
{
border-color: #21BD6C;
}
</style>