Shades of Medium Sea Green #21BA64
Tints of Medium Sea Green #21BA64
RGB
CMYK
RGB Variations
Color information
#21BA64 (or 0x21BA64) is known color: Medium Sea Green. HEX triplet: 21, BA and 64. RGB value is (33,186,100). Sum of RGB (Red+Green+Blue) = 33+186+100=319 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.34% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BA64 is #DE459B. Grayscale: #828282. Windows color (decimal): -14566812 or 6601249. OLE color: 6601249.
HSL color Cylindrical-coordinate representation of color #21BA64: hue angle of 146.27º 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 #21BA64 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 100 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.27 |
| HSL | 146.27º | 0.7% | 0.43% | - |
| HSV(B) | 146.27º | 0.82% | 0.73% | - |
| XYZ | 20.49 | 36.36 | 18 | - |
| YUV | 130.45 | 110.81 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 100 | 0.82 | 0 | 0.46 | 0.27 | 146.27 | 0.7 | 0.43 |
| Hex | 21 | BA | 64 | 52 | 0 | 2E | 1B | 92 | 46 | 2B |
| Octal | 41 | 272 | 144 | 122 | 0 | 56 | 33 | 222 | 106 | 53 |
| Binary | 100001 | 10111010 | 1100100 | 1010010 | 0 | 101110 | 11011 | 10010010 | 1000110 | 101011 |
Color Harmonies of #21BA64
Complementary color
Monochromatic Colors of #21BA64
Black with #21BA64
Text Example
Text Example
White with #21BA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA64; }
p { color: rgb(33,186,100); }
H1.HeaderClassName
{
color: #21BA64;
}
.AnyTagClassName
{
color: #21BA64;
}
</style>
background-color css
<style>
a { background-color: #21BA64; }
a { background-color: rgb(33,186,100); }
div.DivClassName
{
background-color: #21BA64;
}
.BgClassName
{
background-color: #21BA64;
}
</style>
border-color css
<style>
span { border-color: #21BA64; }
span { border-color: rgb(33,186,100); }
td.TdClassName
{
border-color: #21BA64;
}
.TagClassName
{
border-color: #21BA64;
}
</style>