Shades of Medium Sea Green #2CAC6A
Tints of Medium Sea Green #2CAC6A
RGB
CMYK
RGB Variations
Color information
#2CAC6A (or 0x2CAC6A) is known color: Medium Sea Green. HEX triplet: 2C, AC and 6A. RGB value is (44,172,106). Sum of RGB (Red+Green+Blue) = 44+172+106=322 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.66% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAC6A is #D35395. Grayscale: #7E7E7E. Windows color (decimal): -13849494 or 6990892. OLE color: 6990892.
HSL color Cylindrical-coordinate representation of color #2CAC6A: hue angle of 149.06º 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 #2CAC6A is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 106 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.33 |
| HSL | 149.06º | 0.59% | 0.42% | - |
| HSV(B) | 149.06º | 0.74% | 0.67% | - |
| XYZ | 18.39 | 31.08 | 18.67 | - |
| YUV | 126.2 | 116.59 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 106 | 0.74 | 0 | 0.38 | 0.33 | 149.06 | 0.59 | 0.42 |
| Hex | 2C | AC | 6A | 4A | 0 | 26 | 21 | 95 | 3B | 2A |
| Octal | 54 | 254 | 152 | 112 | 0 | 46 | 41 | 225 | 73 | 52 |
| Binary | 101100 | 10101100 | 1101010 | 1001010 | 0 | 100110 | 100001 | 10010101 | 111011 | 101010 |
Color Harmonies of #2CAC6A
Complementary color
Monochromatic Colors of #2CAC6A
Black with #2CAC6A
Text Example
Text Example
White with #2CAC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC6A; }
p { color: rgb(44,172,106); }
H1.HeaderClassName
{
color: #2CAC6A;
}
.AnyTagClassName
{
color: #2CAC6A;
}
</style>
background-color css
<style>
a { background-color: #2CAC6A; }
a { background-color: rgb(44,172,106); }
div.DivClassName
{
background-color: #2CAC6A;
}
.BgClassName
{
background-color: #2CAC6A;
}
</style>
border-color css
<style>
span { border-color: #2CAC6A; }
span { border-color: rgb(44,172,106); }
td.TdClassName
{
border-color: #2CAC6A;
}
.TagClassName
{
border-color: #2CAC6A;
}
</style>