Shades of Medium Sea Green #2CCC7A
Tints of Medium Sea Green #2CCC7A
RGB
CMYK
RGB Variations
Color information
#2CCC7A (or 0x2CCC7A) is known color: Medium Sea Green. HEX triplet: 2C, CC and 7A. RGB value is (44,204,122). Sum of RGB (Red+Green+Blue) = 44+204+122=370 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.89% from 370); Green value is 204 (80.08% from 255 or 55.14% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 204 - color contains mainly: green. Hex color #2CCC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCC7A is #D33385. Grayscale: #929292. Windows color (decimal): -13841286 or 8047660. OLE color: 8047660.
HSL color Cylindrical-coordinate representation of color #2CCC7A: hue angle of 149.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCC7A is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 44 | 204 | 122 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.2 |
| HSL | 149.25º | 0.65% | 0.49% | - |
| HSV(B) | 149.25º | 0.78% | 0.8% | - |
| XYZ | 26.14 | 45.13 | 25.74 | - |
| YUV | 146.81 | 113.99 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 204 | 122 | 0.78 | 0 | 0.40 | 0.2 | 149.25 | 0.65 | 0.49 |
| Hex | 2C | CC | 7A | 4E | 0 | 28 | 14 | 95 | 41 | 31 |
| Octal | 54 | 314 | 172 | 116 | 0 | 50 | 24 | 225 | 101 | 61 |
| Binary | 101100 | 11001100 | 1111010 | 1001110 | 0 | 101000 | 10100 | 10010101 | 1000001 | 110001 |
Color Harmonies of #2CCC7A
Complementary color
Monochromatic Colors of #2CCC7A
Black with #2CCC7A
Text Example
Text Example
White with #2CCC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCC7A; }
p { color: rgb(44,204,122); }
H1.HeaderClassName
{
color: #2CCC7A;
}
.AnyTagClassName
{
color: #2CCC7A;
}
</style>
background-color css
<style>
a { background-color: #2CCC7A; }
a { background-color: rgb(44,204,122); }
div.DivClassName
{
background-color: #2CCC7A;
}
.BgClassName
{
background-color: #2CCC7A;
}
</style>
border-color css
<style>
span { border-color: #2CCC7A; }
span { border-color: rgb(44,204,122); }
td.TdClassName
{
border-color: #2CCC7A;
}
.TagClassName
{
border-color: #2CCC7A;
}
</style>