Shades of Medium Sea Green #21BC6E
Tints of Medium Sea Green #21BC6E
RGB
CMYK
RGB Variations
Color information
#21BC6E (or 0x21BC6E) is known color: Medium Sea Green. HEX triplet: 21, BC and 6E. RGB value is (33,188,110). Sum of RGB (Red+Green+Blue) = 33+188+110=331 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.97% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #21BC6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BC6E is #DE4391. Grayscale: #848484. Windows color (decimal): -14566290 or 7257121. OLE color: 7257121.
HSL color Cylindrical-coordinate representation of color #21BC6E: hue angle of 149.81º 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 #21BC6E is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 188 | 110 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.26 |
| HSL | 149.81º | 0.7% | 0.43% | - |
| HSV(B) | 149.81º | 0.82% | 0.74% | - |
| XYZ | 21.42 | 37.42 | 20.84 | - |
| YUV | 132.76 | 115.15 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 110 | 0.82 | 0 | 0.41 | 0.26 | 149.81 | 0.7 | 0.43 |
| Hex | 21 | BC | 6E | 52 | 0 | 29 | 1A | 96 | 46 | 2B |
| Octal | 41 | 274 | 156 | 122 | 0 | 51 | 32 | 226 | 106 | 53 |
| Binary | 100001 | 10111100 | 1101110 | 1010010 | 0 | 101001 | 11010 | 10010110 | 1000110 | 101011 |
Color Harmonies of #21BC6E
Complementary color
Monochromatic Colors of #21BC6E
Black with #21BC6E
Text Example
Text Example
White with #21BC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BC6E; }
p { color: rgb(33,188,110); }
H1.HeaderClassName
{
color: #21BC6E;
}
.AnyTagClassName
{
color: #21BC6E;
}
</style>
background-color css
<style>
a { background-color: #21BC6E; }
a { background-color: rgb(33,188,110); }
div.DivClassName
{
background-color: #21BC6E;
}
.BgClassName
{
background-color: #21BC6E;
}
</style>
border-color css
<style>
span { border-color: #21BC6E; }
span { border-color: rgb(33,188,110); }
td.TdClassName
{
border-color: #21BC6E;
}
.TagClassName
{
border-color: #21BC6E;
}
</style>