Shades of Medium Sea Green #21CC6B
Tints of Medium Sea Green #21CC6B
RGB
CMYK
RGB Variations
Color information
#21CC6B (or 0x21CC6B) is known color: Medium Sea Green. HEX triplet: 21, CC and 6B. RGB value is (33,204,107). Sum of RGB (Red+Green+Blue) = 33+204+107=344 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.59% from 344); Green value is 204 (80.08% from 255 or 59.30% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 204 - color contains mainly: green. Hex color #21CC6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21CC6B is #DE3394. Grayscale: #8E8E8E. Windows color (decimal): -14562197 or 7064609. OLE color: 7064609.
HSL color Cylindrical-coordinate representation of color #21CC6B: hue angle of 145.96º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CC6B is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 204 | 107 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.2 |
| HSL | 145.96º | 0.72% | 0.46% | - |
| HSV(B) | 145.96º | 0.84% | 0.8% | - |
| XYZ | 24.87 | 44.57 | 21.2 | - |
| YUV | 141.81 | 108.35 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 107 | 0.84 | 0 | 0.48 | 0.2 | 145.96 | 0.72 | 0.46 |
| Hex | 21 | CC | 6B | 54 | 0 | 30 | 14 | 92 | 48 | 2E |
| Octal | 41 | 314 | 153 | 124 | 0 | 60 | 24 | 222 | 110 | 56 |
| Binary | 100001 | 11001100 | 1101011 | 1010100 | 0 | 110000 | 10100 | 10010010 | 1001000 | 101110 |
Color Harmonies of #21CC6B
Complementary color
Monochromatic Colors of #21CC6B
Black with #21CC6B
Text Example
Text Example
White with #21CC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CC6B; }
p { color: rgb(33,204,107); }
H1.HeaderClassName
{
color: #21CC6B;
}
.AnyTagClassName
{
color: #21CC6B;
}
</style>
background-color css
<style>
a { background-color: #21CC6B; }
a { background-color: rgb(33,204,107); }
div.DivClassName
{
background-color: #21CC6B;
}
.BgClassName
{
background-color: #21CC6B;
}
</style>
border-color css
<style>
span { border-color: #21CC6B; }
span { border-color: rgb(33,204,107); }
td.TdClassName
{
border-color: #21CC6B;
}
.TagClassName
{
border-color: #21CC6B;
}
</style>