Shades of Medium Sea Green #2AC062
Tints of Medium Sea Green #2AC062
RGB
CMYK
RGB Variations
Color information
#2AC062 (or 0x2AC062) is known color: Medium Sea Green. HEX triplet: 2A, C0 and 62. RGB value is (42,192,98). Sum of RGB (Red+Green+Blue) = 42+192+98=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 192 (75.39% from 255 or 57.83% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC062 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC062 is #D53F9D. Grayscale: #888888. Windows color (decimal): -13975454 or 6471722. OLE color: 6471722.
HSL color Cylindrical-coordinate representation of color #2AC062: hue angle of 142.4º 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 #2AC062 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 98 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.25 |
| HSL | 142.4º | 0.64% | 0.46% | - |
| HSV(B) | 142.4º | 0.78% | 0.75% | - |
| XYZ | 22.01 | 39.07 | 17.94 | - |
| YUV | 136.43 | 106.31 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 98 | 0.78 | 0 | 0.49 | 0.25 | 142.4 | 0.64 | 0.46 |
| Hex | 2A | C0 | 62 | 4E | 0 | 31 | 19 | 8E | 40 | 2E |
| Octal | 52 | 300 | 142 | 116 | 0 | 61 | 31 | 216 | 100 | 56 |
| Binary | 101010 | 11000000 | 1100010 | 1001110 | 0 | 110001 | 11001 | 10001110 | 1000000 | 101110 |
Color Harmonies of #2AC062
Complementary color
Monochromatic Colors of #2AC062
Black with #2AC062
Text Example
Text Example
White with #2AC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC062; }
p { color: rgb(42,192,98); }
H1.HeaderClassName
{
color: #2AC062;
}
.AnyTagClassName
{
color: #2AC062;
}
</style>
background-color css
<style>
a { background-color: #2AC062; }
a { background-color: rgb(42,192,98); }
div.DivClassName
{
background-color: #2AC062;
}
.BgClassName
{
background-color: #2AC062;
}
</style>
border-color css
<style>
span { border-color: #2AC062; }
span { border-color: rgb(42,192,98); }
td.TdClassName
{
border-color: #2AC062;
}
.TagClassName
{
border-color: #2AC062;
}
</style>