Shades of Medium Sea Green #21BA68
Tints of Medium Sea Green #21BA68
RGB
CMYK
RGB Variations
Color information
#21BA68 (or 0x21BA68) is known color: Medium Sea Green. HEX triplet: 21, BA and 68. RGB value is (33,186,104). Sum of RGB (Red+Green+Blue) = 33+186+104=323 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.22% from 323); Green value is 186 (73.05% from 255 or 57.59% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BA68 is #DE4597. Grayscale: #838383. Windows color (decimal): -14566808 or 6863393. OLE color: 6863393.
HSL color Cylindrical-coordinate representation of color #21BA68: hue angle of 147.84º 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 #21BA68 is Cyan = 0.82, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 104 | - |
| CMYK | 0.82 | 0 | 0.44 | 0.27 |
| HSL | 147.84º | 0.7% | 0.43% | - |
| HSV(B) | 147.84º | 0.82% | 0.73% | - |
| XYZ | 20.68 | 36.44 | 19.04 | - |
| YUV | 130.91 | 112.81 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 104 | 0.82 | 0 | 0.44 | 0.27 | 147.84 | 0.7 | 0.43 |
| Hex | 21 | BA | 68 | 52 | 0 | 2C | 1B | 94 | 46 | 2B |
| Octal | 41 | 272 | 150 | 122 | 0 | 54 | 33 | 224 | 106 | 53 |
| Binary | 100001 | 10111010 | 1101000 | 1010010 | 0 | 101100 | 11011 | 10010100 | 1000110 | 101011 |
Color Harmonies of #21BA68
Complementary color
Monochromatic Colors of #21BA68
Black with #21BA68
Text Example
Text Example
White with #21BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA68; }
p { color: rgb(33,186,104); }
H1.HeaderClassName
{
color: #21BA68;
}
.AnyTagClassName
{
color: #21BA68;
}
</style>
background-color css
<style>
a { background-color: #21BA68; }
a { background-color: rgb(33,186,104); }
div.DivClassName
{
background-color: #21BA68;
}
.BgClassName
{
background-color: #21BA68;
}
</style>
border-color css
<style>
span { border-color: #21BA68; }
span { border-color: rgb(33,186,104); }
td.TdClassName
{
border-color: #21BA68;
}
.TagClassName
{
border-color: #21BA68;
}
</style>