Shades of Medium Sea Green #2CAC64
Tints of Medium Sea Green #2CAC64
RGB
CMYK
RGB Variations
Color information
#2CAC64 (or 0x2CAC64) is known color: Medium Sea Green. HEX triplet: 2C, AC and 64. RGB value is (44,172,100). Sum of RGB (Red+Green+Blue) = 44+172+100=316 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.92% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAC64 is #D3539B. Grayscale: #7D7D7D. Windows color (decimal): -13849500 or 6597676. OLE color: 6597676.
HSL color Cylindrical-coordinate representation of color #2CAC64: hue angle of 146.25º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAC64 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 100 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.33 |
| HSL | 146.25º | 0.59% | 0.42% | - |
| HSV(B) | 146.25º | 0.74% | 0.67% | - |
| XYZ | 18.09 | 30.96 | 17.08 | - |
| YUV | 125.52 | 113.59 | 69.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 100 | 0.74 | 0 | 0.42 | 0.33 | 146.25 | 0.59 | 0.42 |
| Hex | 2C | AC | 64 | 4A | 0 | 2A | 21 | 92 | 3B | 2A |
| Octal | 54 | 254 | 144 | 112 | 0 | 52 | 41 | 222 | 73 | 52 |
| Binary | 101100 | 10101100 | 1100100 | 1001010 | 0 | 101010 | 100001 | 10010010 | 111011 | 101010 |
Color Harmonies of #2CAC64
Complementary color
Monochromatic Colors of #2CAC64
Black with #2CAC64
Text Example
Text Example
White with #2CAC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC64; }
p { color: rgb(44,172,100); }
H1.HeaderClassName
{
color: #2CAC64;
}
.AnyTagClassName
{
color: #2CAC64;
}
</style>
background-color css
<style>
a { background-color: #2CAC64; }
a { background-color: rgb(44,172,100); }
div.DivClassName
{
background-color: #2CAC64;
}
.BgClassName
{
background-color: #2CAC64;
}
</style>
border-color css
<style>
span { border-color: #2CAC64; }
span { border-color: rgb(44,172,100); }
td.TdClassName
{
border-color: #2CAC64;
}
.TagClassName
{
border-color: #2CAC64;
}
</style>