Shades of Medium Sea Green #2AC165
Tints of Medium Sea Green #2AC165
RGB
CMYK
RGB Variations
Color information
#2AC165 (or 0x2AC165) is known color: Medium Sea Green. HEX triplet: 2A, C1 and 65. RGB value is (42,193,101). Sum of RGB (Red+Green+Blue) = 42+193+101=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 193 (75.78% from 255 or 57.44% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 193 - color contains mainly: green. Hex color #2AC165 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC165 is #D53E9A. Grayscale: #898989. Windows color (decimal): -13975195 or 6668586. OLE color: 6668586.
HSL color Cylindrical-coordinate representation of color #2AC165: hue angle of 143.44º 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 #2AC165 is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 193 | 101 | - |
| CMYK | 0.78 | 0 | 0.48 | 0.24 |
| HSL | 143.44º | 0.64% | 0.46% | - |
| HSV(B) | 143.44º | 0.78% | 0.76% | - |
| XYZ | 22.37 | 39.57 | 18.77 | - |
| YUV | 137.36 | 107.47 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 193 | 101 | 0.78 | 0 | 0.48 | 0.24 | 143.44 | 0.64 | 0.46 |
| Hex | 2A | C1 | 65 | 4E | 0 | 30 | 18 | 8F | 40 | 2E |
| Octal | 52 | 301 | 145 | 116 | 0 | 60 | 30 | 217 | 100 | 56 |
| Binary | 101010 | 11000001 | 1100101 | 1001110 | 0 | 110000 | 11000 | 10001111 | 1000000 | 101110 |
Color Harmonies of #2AC165
Complementary color
Monochromatic Colors of #2AC165
Black with #2AC165
Text Example
Text Example
White with #2AC165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC165; }
p { color: rgb(42,193,101); }
H1.HeaderClassName
{
color: #2AC165;
}
.AnyTagClassName
{
color: #2AC165;
}
</style>
background-color css
<style>
a { background-color: #2AC165; }
a { background-color: rgb(42,193,101); }
div.DivClassName
{
background-color: #2AC165;
}
.BgClassName
{
background-color: #2AC165;
}
</style>
border-color css
<style>
span { border-color: #2AC165; }
span { border-color: rgb(42,193,101); }
td.TdClassName
{
border-color: #2AC165;
}
.TagClassName
{
border-color: #2AC165;
}
</style>