Shades of Medium Sea Green #21CA6B
Tints of Medium Sea Green #21CA6B
RGB
CMYK
RGB Variations
Color information
#21CA6B (or 0x21CA6B) is known color: Medium Sea Green. HEX triplet: 21, CA and 6B. RGB value is (33,202,107). Sum of RGB (Red+Green+Blue) = 33+202+107=342 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.65% from 342); Green value is 202 (79.30% from 255 or 59.06% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CA6B is #DE3594. Grayscale: #8C8C8C. Windows color (decimal): -14562709 or 7064097. OLE color: 7064097.
HSL color Cylindrical-coordinate representation of color #21CA6B: hue angle of 146.27º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CA6B is Cyan = 0.84, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 202 | 107 | - |
| CMYK | 0.84 | 0 | 0.47 | 0.21 |
| HSL | 146.27º | 0.72% | 0.46% | - |
| HSV(B) | 146.27º | 0.84% | 0.79% | - |
| XYZ | 24.4 | 43.63 | 21.04 | - |
| YUV | 140.64 | 109.01 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 202 | 107 | 0.84 | 0 | 0.47 | 0.21 | 146.27 | 0.72 | 0.46 |
| Hex | 21 | CA | 6B | 54 | 0 | 2F | 15 | 92 | 48 | 2E |
| Octal | 41 | 312 | 153 | 124 | 0 | 57 | 25 | 222 | 110 | 56 |
| Binary | 100001 | 11001010 | 1101011 | 1010100 | 0 | 101111 | 10101 | 10010010 | 1001000 | 101110 |
Color Harmonies of #21CA6B
Complementary color
Monochromatic Colors of #21CA6B
Black with #21CA6B
Text Example
Text Example
White with #21CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CA6B; }
p { color: rgb(33,202,107); }
H1.HeaderClassName
{
color: #21CA6B;
}
.AnyTagClassName
{
color: #21CA6B;
}
</style>
background-color css
<style>
a { background-color: #21CA6B; }
a { background-color: rgb(33,202,107); }
div.DivClassName
{
background-color: #21CA6B;
}
.BgClassName
{
background-color: #21CA6B;
}
</style>
border-color css
<style>
span { border-color: #21CA6B; }
span { border-color: rgb(33,202,107); }
td.TdClassName
{
border-color: #21CA6B;
}
.TagClassName
{
border-color: #21CA6B;
}
</style>