Shades of Medium Sea Green #2AC05D
Tints of Medium Sea Green #2AC05D
RGB
CMYK
RGB Variations
Color information
#2AC05D (or 0x2AC05D) is known color: Medium Sea Green. HEX triplet: 2A, C0 and 5D. RGB value is (42,192,93). Sum of RGB (Red+Green+Blue) = 42+192+93=327 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.84% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC05D is #D53FA2. Grayscale: #888888. Windows color (decimal): -13975459 or 6144042. OLE color: 6144042.
HSL color Cylindrical-coordinate representation of color #2AC05D: hue angle of 140.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC05D is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 93 | - |
| CMYK | 0.78 | 0 | 0.52 | 0.25 |
| HSL | 140.4º | 0.64% | 0.46% | - |
| HSV(B) | 140.4º | 0.78% | 0.75% | - |
| XYZ | 21.78 | 38.98 | 16.73 | - |
| YUV | 135.86 | 103.81 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 93 | 0.78 | 0 | 0.52 | 0.25 | 140.4 | 0.64 | 0.46 |
| Hex | 2A | C0 | 5D | 4E | 0 | 34 | 19 | 8C | 40 | 2E |
| Octal | 52 | 300 | 135 | 116 | 0 | 64 | 31 | 214 | 100 | 56 |
| Binary | 101010 | 11000000 | 1011101 | 1001110 | 0 | 110100 | 11001 | 10001100 | 1000000 | 101110 |
Color Harmonies of #2AC05D
Complementary color
Monochromatic Colors of #2AC05D
Black with #2AC05D
Text Example
Text Example
White with #2AC05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC05D; }
p { color: rgb(42,192,93); }
H1.HeaderClassName
{
color: #2AC05D;
}
.AnyTagClassName
{
color: #2AC05D;
}
</style>
background-color css
<style>
a { background-color: #2AC05D; }
a { background-color: rgb(42,192,93); }
div.DivClassName
{
background-color: #2AC05D;
}
.BgClassName
{
background-color: #2AC05D;
}
</style>
border-color css
<style>
span { border-color: #2AC05D; }
span { border-color: rgb(42,192,93); }
td.TdClassName
{
border-color: #2AC05D;
}
.TagClassName
{
border-color: #2AC05D;
}
</style>