Shades of Medium Sea Green #2AC266
Tints of Medium Sea Green #2AC266
RGB
CMYK
RGB Variations
Color information
#2AC266 (or 0x2AC266) is known color: Medium Sea Green. HEX triplet: 2A, C2 and 66. RGB value is (42,194,102). Sum of RGB (Red+Green+Blue) = 42+194+102=338 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.43% from 338); Green value is 194 (76.17% from 255 or 57.40% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 194 - color contains mainly: green. Hex color #2AC266 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC266 is #D53D99. Grayscale: #8A8A8A. Windows color (decimal): -13974938 or 6734378. OLE color: 6734378.
HSL color Cylindrical-coordinate representation of color #2AC266: hue angle of 143.68º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC266 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 194 | 102 | - |
| CMYK | 0.78 | 0 | 0.47 | 0.24 |
| HSL | 143.68º | 0.64% | 0.46% | - |
| HSV(B) | 143.68º | 0.78% | 0.76% | - |
| XYZ | 22.64 | 40.04 | 19.1 | - |
| YUV | 138.06 | 107.64 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 194 | 102 | 0.78 | 0 | 0.47 | 0.24 | 143.68 | 0.64 | 0.46 |
| Hex | 2A | C2 | 66 | 4E | 0 | 2F | 18 | 90 | 40 | 2E |
| Octal | 52 | 302 | 146 | 116 | 0 | 57 | 30 | 220 | 100 | 56 |
| Binary | 101010 | 11000010 | 1100110 | 1001110 | 0 | 101111 | 11000 | 10010000 | 1000000 | 101110 |
Color Harmonies of #2AC266
Complementary color
Monochromatic Colors of #2AC266
Black with #2AC266
Text Example
Text Example
White with #2AC266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC266; }
p { color: rgb(42,194,102); }
H1.HeaderClassName
{
color: #2AC266;
}
.AnyTagClassName
{
color: #2AC266;
}
</style>
background-color css
<style>
a { background-color: #2AC266; }
a { background-color: rgb(42,194,102); }
div.DivClassName
{
background-color: #2AC266;
}
.BgClassName
{
background-color: #2AC266;
}
</style>
border-color css
<style>
span { border-color: #2AC266; }
span { border-color: rgb(42,194,102); }
td.TdClassName
{
border-color: #2AC266;
}
.TagClassName
{
border-color: #2AC266;
}
</style>