Shades of Medium Sea Green #21B961
Tints of Medium Sea Green #21B961
RGB
CMYK
RGB Variations
Color information
#21B961 (or 0x21B961) is known color: Medium Sea Green. HEX triplet: 21, B9 and 61. RGB value is (33,185,97). Sum of RGB (Red+Green+Blue) = 33+185+97=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 185 (72.66% from 255 or 58.73% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 185 - color contains mainly: green. Hex color #21B961 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B961 is #DE469E. Grayscale: #818181. Windows color (decimal): -14567071 or 6404385. OLE color: 6404385.
HSL color Cylindrical-coordinate representation of color #21B961: hue angle of 145.26º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B961 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 185 | 97 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.27 |
| HSL | 145.26º | 0.7% | 0.43% | - |
| HSV(B) | 145.26º | 0.82% | 0.73% | - |
| XYZ | 20.13 | 35.88 | 17.17 | - |
| YUV | 129.52 | 109.64 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 185 | 97 | 0.82 | 0 | 0.48 | 0.27 | 145.26 | 0.7 | 0.43 |
| Hex | 21 | B9 | 61 | 52 | 0 | 30 | 1B | 91 | 46 | 2B |
| Octal | 41 | 271 | 141 | 122 | 0 | 60 | 33 | 221 | 106 | 53 |
| Binary | 100001 | 10111001 | 1100001 | 1010010 | 0 | 110000 | 11011 | 10010001 | 1000110 | 101011 |
Color Harmonies of #21B961
Complementary color
Monochromatic Colors of #21B961
Black with #21B961
Text Example
Text Example
White with #21B961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B961; }
p { color: rgb(33,185,97); }
H1.HeaderClassName
{
color: #21B961;
}
.AnyTagClassName
{
color: #21B961;
}
</style>
background-color css
<style>
a { background-color: #21B961; }
a { background-color: rgb(33,185,97); }
div.DivClassName
{
background-color: #21B961;
}
.BgClassName
{
background-color: #21B961;
}
</style>
border-color css
<style>
span { border-color: #21B961; }
span { border-color: rgb(33,185,97); }
td.TdClassName
{
border-color: #21B961;
}
.TagClassName
{
border-color: #21B961;
}
</style>