Shades of Medium Sea Green #2CAA73
Tints of Medium Sea Green #2CAA73
RGB
CMYK
RGB Variations
Color information
#2CAA73 (or 0x2CAA73) is known color: Medium Sea Green. HEX triplet: 2C, AA and 73. RGB value is (44,170,115). Sum of RGB (Red+Green+Blue) = 44+170+115=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CAA73 is #D3558C. Grayscale: #7E7E7E. Windows color (decimal): -13849997 or 7580204. OLE color: 7580204.
HSL color Cylindrical-coordinate representation of color #2CAA73: hue angle of 153.81º 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 #2CAA73 is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 170 | 115 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.33 |
| HSL | 153.81º | 0.59% | 0.42% | - |
| HSV(B) | 153.81º | 0.74% | 0.67% | - |
| XYZ | 18.51 | 30.52 | 21.14 | - |
| YUV | 126.06 | 121.76 | 69.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 115 | 0.74 | 0 | 0.32 | 0.33 | 153.81 | 0.59 | 0.42 |
| Hex | 2C | AA | 73 | 4A | 0 | 20 | 21 | 9A | 3B | 2A |
| Octal | 54 | 252 | 163 | 112 | 0 | 40 | 41 | 232 | 73 | 52 |
| Binary | 101100 | 10101010 | 1110011 | 1001010 | 0 | 100000 | 100001 | 10011010 | 111011 | 101010 |
Color Harmonies of #2CAA73
Complementary color
Monochromatic Colors of #2CAA73
Black with #2CAA73
Text Example
Text Example
White with #2CAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAA73; }
p { color: rgb(44,170,115); }
H1.HeaderClassName
{
color: #2CAA73;
}
.AnyTagClassName
{
color: #2CAA73;
}
</style>
background-color css
<style>
a { background-color: #2CAA73; }
a { background-color: rgb(44,170,115); }
div.DivClassName
{
background-color: #2CAA73;
}
.BgClassName
{
background-color: #2CAA73;
}
</style>
border-color css
<style>
span { border-color: #2CAA73; }
span { border-color: rgb(44,170,115); }
td.TdClassName
{
border-color: #2CAA73;
}
.TagClassName
{
border-color: #2CAA73;
}
</style>