Shades of Medium Sea Green #2ACB66
Tints of Medium Sea Green #2ACB66
RGB
CMYK
RGB Variations
Color information
#2ACB66 (or 0x2ACB66) is known color: Medium Sea Green. HEX triplet: 2A, CB and 66. RGB value is (42,203,102). Sum of RGB (Red+Green+Blue) = 42+203+102=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 203 (79.69% from 255 or 58.50% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACB66 is #D53499. Grayscale: #8F8F8F. Windows color (decimal): -13972634 or 6736682. OLE color: 6736682.
HSL color Cylindrical-coordinate representation of color #2ACB66: hue angle of 142.36º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACB66 is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 203 | 102 | - |
| CMYK | 0.79 | 0 | 0.50 | 0.20 |
| HSL | 142.36º | 0.66% | 0.48% | - |
| HSV(B) | 142.36º | 0.79% | 0.8% | - |
| XYZ | 24.71 | 44.16 | 19.79 | - |
| YUV | 143.35 | 104.66 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 203 | 102 | 0.79 | 0 | 0.50 | 0.20 | 142.36 | 0.66 | 0.48 |
| Hex | 2A | CB | 66 | 4F | 0 | 32 | 14 | 8E | 42 | 30 |
| Octal | 52 | 313 | 146 | 117 | 0 | 62 | 24 | 216 | 102 | 60 |
| Binary | 101010 | 11001011 | 1100110 | 1001111 | 0 | 110010 | 10100 | 10001110 | 1000010 | 110000 |
Color Harmonies of #2ACB66
Complementary color
Monochromatic Colors of #2ACB66
Black with #2ACB66
Text Example
Text Example
White with #2ACB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACB66; }
p { color: rgb(42,203,102); }
H1.HeaderClassName
{
color: #2ACB66;
}
.AnyTagClassName
{
color: #2ACB66;
}
</style>
background-color css
<style>
a { background-color: #2ACB66; }
a { background-color: rgb(42,203,102); }
div.DivClassName
{
background-color: #2ACB66;
}
.BgClassName
{
background-color: #2ACB66;
}
</style>
border-color css
<style>
span { border-color: #2ACB66; }
span { border-color: rgb(42,203,102); }
td.TdClassName
{
border-color: #2ACB66;
}
.TagClassName
{
border-color: #2ACB66;
}
</style>