Shades of Medium Sea Green #2AC36C
Tints of Medium Sea Green #2AC36C
RGB
CMYK
RGB Variations
Color information
#2AC36C (or 0x2AC36C) is known color: Medium Sea Green. HEX triplet: 2A, C3 and 6C. RGB value is (42,195,108). Sum of RGB (Red+Green+Blue) = 42+195+108=345 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.17% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #2AC36C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC36C is #D53C93. Grayscale: #8B8B8B. Windows color (decimal): -13974676 or 7127850. OLE color: 7127850.
HSL color Cylindrical-coordinate representation of color #2AC36C: hue angle of 145.88º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC36C is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 195 | 108 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.24 |
| HSL | 145.88º | 0.65% | 0.46% | - |
| HSV(B) | 145.88º | 0.78% | 0.76% | - |
| XYZ | 23.18 | 40.61 | 20.8 | - |
| YUV | 139.34 | 110.31 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 195 | 108 | 0.78 | 0 | 0.45 | 0.24 | 145.88 | 0.65 | 0.46 |
| Hex | 2A | C3 | 6C | 4E | 0 | 2D | 18 | 92 | 41 | 2E |
| Octal | 52 | 303 | 154 | 116 | 0 | 55 | 30 | 222 | 101 | 56 |
| Binary | 101010 | 11000011 | 1101100 | 1001110 | 0 | 101101 | 11000 | 10010010 | 1000001 | 101110 |
Color Harmonies of #2AC36C
Complementary color
Monochromatic Colors of #2AC36C
Black with #2AC36C
Text Example
Text Example
White with #2AC36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC36C; }
p { color: rgb(42,195,108); }
H1.HeaderClassName
{
color: #2AC36C;
}
.AnyTagClassName
{
color: #2AC36C;
}
</style>
background-color css
<style>
a { background-color: #2AC36C; }
a { background-color: rgb(42,195,108); }
div.DivClassName
{
background-color: #2AC36C;
}
.BgClassName
{
background-color: #2AC36C;
}
</style>
border-color css
<style>
span { border-color: #2AC36C; }
span { border-color: rgb(42,195,108); }
td.TdClassName
{
border-color: #2AC36C;
}
.TagClassName
{
border-color: #2AC36C;
}
</style>