Shades of Medium Sea Green #21B45D
Tints of Medium Sea Green #21B45D
RGB
CMYK
RGB Variations
Color information
#21B45D (or 0x21B45D) is known color: Medium Sea Green. HEX triplet: 21, B4 and 5D. RGB value is (33,180,93). Sum of RGB (Red+Green+Blue) = 33+180+93=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 180 (70.70% from 255 or 58.82% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 180 - color contains mainly: green. Hex color #21B45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B45D is #DE4BA2. Grayscale: #7E7E7E. Windows color (decimal): -14568355 or 6140961. OLE color: 6140961.
HSL color Cylindrical-coordinate representation of color #21B45D: hue angle of 144.49º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B45D is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 180 | 93 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.29 |
| HSL | 144.49º | 0.69% | 0.42% | - |
| HSV(B) | 144.49º | 0.82% | 0.71% | - |
| XYZ | 18.92 | 33.76 | 15.87 | - |
| YUV | 126.13 | 109.3 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 180 | 93 | 0.82 | 0 | 0.48 | 0.29 | 144.49 | 0.69 | 0.42 |
| Hex | 21 | B4 | 5D | 52 | 0 | 30 | 1D | 90 | 45 | 2A |
| Octal | 41 | 264 | 135 | 122 | 0 | 60 | 35 | 220 | 105 | 52 |
| Binary | 100001 | 10110100 | 1011101 | 1010010 | 0 | 110000 | 11101 | 10010000 | 1000101 | 101010 |
Color Harmonies of #21B45D
Complementary color
Monochromatic Colors of #21B45D
Black with #21B45D
Text Example
Text Example
White with #21B45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B45D; }
p { color: rgb(33,180,93); }
H1.HeaderClassName
{
color: #21B45D;
}
.AnyTagClassName
{
color: #21B45D;
}
</style>
background-color css
<style>
a { background-color: #21B45D; }
a { background-color: rgb(33,180,93); }
div.DivClassName
{
background-color: #21B45D;
}
.BgClassName
{
background-color: #21B45D;
}
</style>
border-color css
<style>
span { border-color: #21B45D; }
span { border-color: rgb(33,180,93); }
td.TdClassName
{
border-color: #21B45D;
}
.TagClassName
{
border-color: #21B45D;
}
</style>