Shades of Medium Sea Green #2AB476
Tints of Medium Sea Green #2AB476
RGB
CMYK
RGB Variations
Color information
#2AB476 (or 0x2AB476) is known color: Medium Sea Green. HEX triplet: 2A, B4 and 76. RGB value is (42,180,118). Sum of RGB (Red+Green+Blue) = 42+180+118=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 180 (70.70% from 255 or 52.94% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB476 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB476 is #D54B89. Grayscale: #838383. Windows color (decimal): -13978506 or 7779370. OLE color: 7779370.
HSL color Cylindrical-coordinate representation of color #2AB476: hue angle of 153.04º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB476 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 118 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.29 |
| HSL | 153.04º | 0.62% | 0.44% | - |
| HSV(B) | 153.04º | 0.77% | 0.71% | - |
| XYZ | 20.55 | 34.44 | 22.7 | - |
| YUV | 131.67 | 120.28 | 64.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 118 | 0.77 | 0 | 0.34 | 0.29 | 153.04 | 0.62 | 0.44 |
| Hex | 2A | B4 | 76 | 4D | 0 | 22 | 1D | 99 | 3E | 2C |
| Octal | 52 | 264 | 166 | 115 | 0 | 42 | 35 | 231 | 76 | 54 |
| Binary | 101010 | 10110100 | 1110110 | 1001101 | 0 | 100010 | 11101 | 10011001 | 111110 | 101100 |
Color Harmonies of #2AB476
Complementary color
Monochromatic Colors of #2AB476
Black with #2AB476
Text Example
Text Example
White with #2AB476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB476; }
p { color: rgb(42,180,118); }
H1.HeaderClassName
{
color: #2AB476;
}
.AnyTagClassName
{
color: #2AB476;
}
</style>
background-color css
<style>
a { background-color: #2AB476; }
a { background-color: rgb(42,180,118); }
div.DivClassName
{
background-color: #2AB476;
}
.BgClassName
{
background-color: #2AB476;
}
</style>
border-color css
<style>
span { border-color: #2AB476; }
span { border-color: rgb(42,180,118); }
td.TdClassName
{
border-color: #2AB476;
}
.TagClassName
{
border-color: #2AB476;
}
</style>