Shades of Shamrock #2AECB0
Tints of Shamrock #2AECB0
RGB
CMYK
RGB Variations
Color information
#2AECB0 (or 0x2AECB0) is known color: Shamrock. HEX triplet: 2A, EC and B0. RGB value is (42,236,176). Sum of RGB (Red+Green+Blue) = 42+236+176=454 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.25% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #2AECB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AECB0 is #D5134F. Grayscale: #ABABAB. Windows color (decimal): -13964112 or 11594794. OLE color: 11594794.
HSL color Cylindrical-coordinate representation of color #2AECB0: hue angle of 161.44º degrees, saturation: 0.84, 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 #2AECB0 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 236 | 176 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.07 |
| HSL | 161.44º | 0.84% | 0.55% | - |
| HSV(B) | 161.44º | 0.82% | 0.93% | - |
| XYZ | 38.79 | 63.62 | 51.31 | - |
| YUV | 171.15 | 130.73 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 236 | 176 | 0.82 | 0 | 0.25 | 0.07 | 161.44 | 0.84 | 0.55 |
| Hex | 2A | EC | B0 | 52 | 0 | 19 | 7 | A1 | 54 | 37 |
| Octal | 52 | 354 | 260 | 122 | 0 | 31 | 7 | 241 | 124 | 67 |
| Binary | 101010 | 11101100 | 10110000 | 1010010 | 0 | 11001 | 111 | 10100001 | 1010100 | 110111 |
Color Harmonies of #2AECB0
Complementary color
Monochromatic Colors of #2AECB0
Black with #2AECB0
Text Example
Text Example
White with #2AECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AECB0; }
p { color: rgb(42,236,176); }
H1.HeaderClassName
{
color: #2AECB0;
}
.AnyTagClassName
{
color: #2AECB0;
}
</style>
background-color css
<style>
a { background-color: #2AECB0; }
a { background-color: rgb(42,236,176); }
div.DivClassName
{
background-color: #2AECB0;
}
.BgClassName
{
background-color: #2AECB0;
}
</style>
border-color css
<style>
span { border-color: #2AECB0; }
span { border-color: rgb(42,236,176); }
td.TdClassName
{
border-color: #2AECB0;
}
.TagClassName
{
border-color: #2AECB0;
}
</style>