Shades of Medium Sea Green #2AB666
Tints of Medium Sea Green #2AB666
RGB
CMYK
RGB Variations
Color information
#2AB666 (or 0x2AB666) is known color: Medium Sea Green. HEX triplet: 2A, B6 and 66. RGB value is (42,182,102). Sum of RGB (Red+Green+Blue) = 42+182+102=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 182 (71.48% from 255 or 55.83% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB666 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB666 is #D54999. Grayscale: #838383. Windows color (decimal): -13978010 or 6731306. OLE color: 6731306.
HSL color Cylindrical-coordinate representation of color #2AB666: hue angle of 145.71º 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 #2AB666 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 182 | 102 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.29 |
| HSL | 145.71º | 0.63% | 0.44% | - |
| HSV(B) | 145.71º | 0.77% | 0.71% | - |
| XYZ | 20.08 | 34.91 | 18.25 | - |
| YUV | 131.02 | 111.62 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 182 | 102 | 0.77 | 0 | 0.44 | 0.29 | 145.71 | 0.63 | 0.44 |
| Hex | 2A | B6 | 66 | 4D | 0 | 2C | 1D | 92 | 3E | 2C |
| Octal | 52 | 266 | 146 | 115 | 0 | 54 | 35 | 222 | 76 | 54 |
| Binary | 101010 | 10110110 | 1100110 | 1001101 | 0 | 101100 | 11101 | 10010010 | 111110 | 101100 |
Color Harmonies of #2AB666
Complementary color
Monochromatic Colors of #2AB666
Black with #2AB666
Text Example
Text Example
White with #2AB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB666; }
p { color: rgb(42,182,102); }
H1.HeaderClassName
{
color: #2AB666;
}
.AnyTagClassName
{
color: #2AB666;
}
</style>
background-color css
<style>
a { background-color: #2AB666; }
a { background-color: rgb(42,182,102); }
div.DivClassName
{
background-color: #2AB666;
}
.BgClassName
{
background-color: #2AB666;
}
</style>
border-color css
<style>
span { border-color: #2AB666; }
span { border-color: rgb(42,182,102); }
td.TdClassName
{
border-color: #2AB666;
}
.TagClassName
{
border-color: #2AB666;
}
</style>