Shades of Medium Sea Green #21BA5C
Tints of Medium Sea Green #21BA5C
RGB
CMYK
RGB Variations
Color information
#21BA5C (or 0x21BA5C) is known color: Medium Sea Green. HEX triplet: 21, BA and 5C. RGB value is (33,186,92). Sum of RGB (Red+Green+Blue) = 33+186+92=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21BA5C is #DE45A3. Grayscale: #818181. Windows color (decimal): -14566820 or 6076961. OLE color: 6076961.
HSL color Cylindrical-coordinate representation of color #21BA5C: hue angle of 143.14º 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 #21BA5C is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 186 | 92 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.27 |
| HSL | 143.14º | 0.7% | 0.43% | - |
| HSV(B) | 143.14º | 0.82% | 0.73% | - |
| XYZ | 20.12 | 36.21 | 16.05 | - |
| YUV | 129.54 | 106.81 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 92 | 0.82 | 0 | 0.51 | 0.27 | 143.14 | 0.7 | 0.43 |
| Hex | 21 | BA | 5C | 52 | 0 | 33 | 1B | 8F | 46 | 2B |
| Octal | 41 | 272 | 134 | 122 | 0 | 63 | 33 | 217 | 106 | 53 |
| Binary | 100001 | 10111010 | 1011100 | 1010010 | 0 | 110011 | 11011 | 10001111 | 1000110 | 101011 |
Color Harmonies of #21BA5C
Complementary color
Monochromatic Colors of #21BA5C
Black with #21BA5C
Text Example
Text Example
White with #21BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BA5C; }
p { color: rgb(33,186,92); }
H1.HeaderClassName
{
color: #21BA5C;
}
.AnyTagClassName
{
color: #21BA5C;
}
</style>
background-color css
<style>
a { background-color: #21BA5C; }
a { background-color: rgb(33,186,92); }
div.DivClassName
{
background-color: #21BA5C;
}
.BgClassName
{
background-color: #21BA5C;
}
</style>
border-color css
<style>
span { border-color: #21BA5C; }
span { border-color: rgb(33,186,92); }
td.TdClassName
{
border-color: #21BA5C;
}
.TagClassName
{
border-color: #21BA5C;
}
</style>