Shades of Medium Sea Green #2ACC6C
Tints of Medium Sea Green #2ACC6C
RGB
CMYK
RGB Variations
Color information
#2ACC6C (or 0x2ACC6C) is known color: Medium Sea Green. HEX triplet: 2A, CC and 6C. RGB value is (42,204,108). Sum of RGB (Red+Green+Blue) = 42+204+108=354 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.86% from 354); Green value is 204 (80.08% from 255 or 57.63% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACC6C is #D53393. Grayscale: #909090. Windows color (decimal): -13972372 or 7130154. OLE color: 7130154.
HSL color Cylindrical-coordinate representation of color #2ACC6C: hue angle of 144.44º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACC6C is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 204 | 108 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.2 |
| HSL | 144.44º | 0.66% | 0.48% | - |
| HSV(B) | 144.44º | 0.79% | 0.8% | - |
| XYZ | 25.25 | 44.76 | 21.5 | - |
| YUV | 144.62 | 107.33 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 108 | 0.79 | 0 | 0.47 | 0.2 | 144.44 | 0.66 | 0.48 |
| Hex | 2A | CC | 6C | 4F | 0 | 2F | 14 | 90 | 42 | 30 |
| Octal | 52 | 314 | 154 | 117 | 0 | 57 | 24 | 220 | 102 | 60 |
| Binary | 101010 | 11001100 | 1101100 | 1001111 | 0 | 101111 | 10100 | 10010000 | 1000010 | 110000 |
Color Harmonies of #2ACC6C
Complementary color
Monochromatic Colors of #2ACC6C
Black with #2ACC6C
Text Example
Text Example
White with #2ACC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACC6C; }
p { color: rgb(42,204,108); }
H1.HeaderClassName
{
color: #2ACC6C;
}
.AnyTagClassName
{
color: #2ACC6C;
}
</style>
background-color css
<style>
a { background-color: #2ACC6C; }
a { background-color: rgb(42,204,108); }
div.DivClassName
{
background-color: #2ACC6C;
}
.BgClassName
{
background-color: #2ACC6C;
}
</style>
border-color css
<style>
span { border-color: #2ACC6C; }
span { border-color: rgb(42,204,108); }
td.TdClassName
{
border-color: #2ACC6C;
}
.TagClassName
{
border-color: #2ACC6C;
}
</style>