Shades of Medium Sea Green #2AC06B
Tints of Medium Sea Green #2AC06B
RGB
CMYK
RGB Variations
Color information
#2AC06B (or 0x2AC06B) is known color: Medium Sea Green. HEX triplet: 2A, C0 and 6B. RGB value is (42,192,107). Sum of RGB (Red+Green+Blue) = 42+192+107=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 192 (75.39% from 255 or 56.30% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC06B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC06B is #D53F94. Grayscale: #898989. Windows color (decimal): -13975445 or 7061546. OLE color: 7061546.
HSL color Cylindrical-coordinate representation of color #2AC06B: hue angle of 146º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2AC06B is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 107 | - |
| CMYK | 0.78 | 0 | 0.44 | 0.25 |
| HSL | 146º | 0.64% | 0.46% | - |
| HSV(B) | 146º | 0.78% | 0.75% | - |
| XYZ | 22.46 | 39.25 | 20.3 | - |
| YUV | 137.46 | 110.81 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 107 | 0.78 | 0 | 0.44 | 0.25 | 146 | 0.64 | 0.46 |
| Hex | 2A | C0 | 6B | 4E | 0 | 2C | 19 | 92 | 40 | 2E |
| Octal | 52 | 300 | 153 | 116 | 0 | 54 | 31 | 222 | 100 | 56 |
| Binary | 101010 | 11000000 | 1101011 | 1001110 | 0 | 101100 | 11001 | 10010010 | 1000000 | 101110 |
Color Harmonies of #2AC06B
Complementary color
Monochromatic Colors of #2AC06B
Black with #2AC06B
Text Example
Text Example
White with #2AC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC06B; }
p { color: rgb(42,192,107); }
H1.HeaderClassName
{
color: #2AC06B;
}
.AnyTagClassName
{
color: #2AC06B;
}
</style>
background-color css
<style>
a { background-color: #2AC06B; }
a { background-color: rgb(42,192,107); }
div.DivClassName
{
background-color: #2AC06B;
}
.BgClassName
{
background-color: #2AC06B;
}
</style>
border-color css
<style>
span { border-color: #2AC06B; }
span { border-color: rgb(42,192,107); }
td.TdClassName
{
border-color: #2AC06B;
}
.TagClassName
{
border-color: #2AC06B;
}
</style>