Shades of Shamrock #2AEEAC
Tints of Shamrock #2AEEAC
RGB
CMYK
RGB Variations
Color information
#2AEEAC (or 0x2AEEAC) is known color: Shamrock. HEX triplet: 2A, EE and AC. RGB value is (42,238,172). Sum of RGB (Red+Green+Blue) = 42+238+172=452 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.29% from 452); Green value is 238 (93.36% from 255 or 52.65% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 238 - color contains mainly: green. Hex color #2AEEAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AEEAC is #D51153. Grayscale: #ABABAB. Windows color (decimal): -13963604 or 11333162. OLE color: 11333162.
HSL color Cylindrical-coordinate representation of color #2AEEAC: hue angle of 159.8º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEEAC is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 238 | 172 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.07 |
| HSL | 159.8º | 0.85% | 0.55% | - |
| HSV(B) | 159.8º | 0.82% | 0.93% | - |
| XYZ | 38.98 | 64.62 | 49.45 | - |
| YUV | 171.87 | 128.07 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 238 | 172 | 0.82 | 0 | 0.28 | 0.07 | 159.8 | 0.85 | 0.55 |
| Hex | 2A | EE | AC | 52 | 0 | 1C | 7 | A0 | 55 | 37 |
| Octal | 52 | 356 | 254 | 122 | 0 | 34 | 7 | 240 | 125 | 67 |
| Binary | 101010 | 11101110 | 10101100 | 1010010 | 0 | 11100 | 111 | 10100000 | 1010101 | 110111 |
Color Harmonies of #2AEEAC
Complementary color
Monochromatic Colors of #2AEEAC
Black with #2AEEAC
Text Example
Text Example
White with #2AEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEEAC; }
p { color: rgb(42,238,172); }
H1.HeaderClassName
{
color: #2AEEAC;
}
.AnyTagClassName
{
color: #2AEEAC;
}
</style>
background-color css
<style>
a { background-color: #2AEEAC; }
a { background-color: rgb(42,238,172); }
div.DivClassName
{
background-color: #2AEEAC;
}
.BgClassName
{
background-color: #2AEEAC;
}
</style>
border-color css
<style>
span { border-color: #2AEEAC; }
span { border-color: rgb(42,238,172); }
td.TdClassName
{
border-color: #2AEEAC;
}
.TagClassName
{
border-color: #2AEEAC;
}
</style>