Shades of Medium Sea Green #21BD60
Tints of Medium Sea Green #21BD60
RGB
CMYK
RGB Variations
Color information
#21BD60 (or 0x21BD60) is known color: Medium Sea Green. HEX triplet: 21, BD and 60. RGB value is (33,189,96). Sum of RGB (Red+Green+Blue) = 33+189+96=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 189 (74.22% from 255 or 59.43% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 189 - color contains mainly: green. Hex color #21BD60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BD60 is #DE429F. Grayscale: #838383. Windows color (decimal): -14566048 or 6339873. OLE color: 6339873.
HSL color Cylindrical-coordinate representation of color #21BD60: hue angle of 144.23º 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 #21BD60 is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 189 | 96 | - |
| CMYK | 0.83 | 0 | 0.49 | 0.26 |
| HSL | 144.23º | 0.7% | 0.44% | - |
| HSV(B) | 144.23º | 0.83% | 0.74% | - |
| XYZ | 20.94 | 37.56 | 17.21 | - |
| YUV | 131.75 | 107.82 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 96 | 0.83 | 0 | 0.49 | 0.26 | 144.23 | 0.7 | 0.44 |
| Hex | 21 | BD | 60 | 53 | 0 | 31 | 1A | 90 | 46 | 2C |
| Octal | 41 | 275 | 140 | 123 | 0 | 61 | 32 | 220 | 106 | 54 |
| Binary | 100001 | 10111101 | 1100000 | 1010011 | 0 | 110001 | 11010 | 10010000 | 1000110 | 101100 |
Color Harmonies of #21BD60
Complementary color
Monochromatic Colors of #21BD60
Black with #21BD60
Text Example
Text Example
White with #21BD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BD60; }
p { color: rgb(33,189,96); }
H1.HeaderClassName
{
color: #21BD60;
}
.AnyTagClassName
{
color: #21BD60;
}
</style>
background-color css
<style>
a { background-color: #21BD60; }
a { background-color: rgb(33,189,96); }
div.DivClassName
{
background-color: #21BD60;
}
.BgClassName
{
background-color: #21BD60;
}
</style>
border-color css
<style>
span { border-color: #21BD60; }
span { border-color: rgb(33,189,96); }
td.TdClassName
{
border-color: #21BD60;
}
.TagClassName
{
border-color: #21BD60;
}
</style>