Shades of Medium Sea Green #21BA6C
Tints of Medium Sea Green #21BA6C
RGB
CMYK
RGB Variations
Color information
#21BA6C (or 0x21BA6C) is known color: Medium Sea Green. HEX triplet: 21, BA and 6C. RGB value is (33,186,108). Sum of RGB (Red+Green+Blue) = 33+186+108=327 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.09% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BA6C is #DE4593. Grayscale: #838383. Windows color (decimal): -14566804 or 7125537. OLE color: 7125537.
HSL color Cylindrical-coordinate representation of color #21BA6C: hue angle of 149.41º 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 #21BA6C is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 108 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.27 |
| HSL | 149.41º | 0.7% | 0.43% | - |
| HSV(B) | 149.41º | 0.82% | 0.73% | - |
| XYZ | 20.89 | 36.52 | 20.14 | - |
| YUV | 131.36 | 114.81 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 108 | 0.82 | 0 | 0.42 | 0.27 | 149.41 | 0.7 | 0.43 |
| Hex | 21 | BA | 6C | 52 | 0 | 2A | 1B | 95 | 46 | 2B |
| Octal | 41 | 272 | 154 | 122 | 0 | 52 | 33 | 225 | 106 | 53 |
| Binary | 100001 | 10111010 | 1101100 | 1010010 | 0 | 101010 | 11011 | 10010101 | 1000110 | 101011 |
Color Harmonies of #21BA6C
Complementary color
Monochromatic Colors of #21BA6C
Black with #21BA6C
Text Example
Text Example
White with #21BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA6C; }
p { color: rgb(33,186,108); }
H1.HeaderClassName
{
color: #21BA6C;
}
.AnyTagClassName
{
color: #21BA6C;
}
</style>
background-color css
<style>
a { background-color: #21BA6C; }
a { background-color: rgb(33,186,108); }
div.DivClassName
{
background-color: #21BA6C;
}
.BgClassName
{
background-color: #21BA6C;
}
</style>
border-color css
<style>
span { border-color: #21BA6C; }
span { border-color: rgb(33,186,108); }
td.TdClassName
{
border-color: #21BA6C;
}
.TagClassName
{
border-color: #21BA6C;
}
</style>