Shades of Shamrock #2ACEA8
Tints of Shamrock #2ACEA8
RGB
CMYK
RGB Variations
Color information
#2ACEA8 (or 0x2ACEA8) is known color: Shamrock. HEX triplet: 2A, CE and A8. RGB value is (42,206,168). Sum of RGB (Red+Green+Blue) = 42+206+168=416 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.10% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACEA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACEA8 is #D53157. Grayscale: #989898. Windows color (decimal): -13971800 or 11062826. OLE color: 11062826.
HSL color Cylindrical-coordinate representation of color #2ACEA8: hue angle of 166.1º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACEA8 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 168 | - |
| CMYK | 0.80 | 0 | 0.18 | 0.19 |
| HSL | 166.1º | 0.66% | 0.49% | - |
| HSV(B) | 166.1º | 0.8% | 0.81% | - |
| XYZ | 30.09 | 47.46 | 44.62 | - |
| YUV | 152.63 | 136.67 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 168 | 0.80 | 0 | 0.18 | 0.19 | 166.1 | 0.66 | 0.49 |
| Hex | 2A | CE | A8 | 50 | 0 | 12 | 13 | A6 | 42 | 31 |
| Octal | 52 | 316 | 250 | 120 | 0 | 22 | 23 | 246 | 102 | 61 |
| Binary | 101010 | 11001110 | 10101000 | 1010000 | 0 | 10010 | 10011 | 10100110 | 1000010 | 110001 |
Color Harmonies of #2ACEA8
Complementary color
Monochromatic Colors of #2ACEA8
Black with #2ACEA8
Text Example
Text Example
White with #2ACEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACEA8; }
p { color: rgb(42,206,168); }
H1.HeaderClassName
{
color: #2ACEA8;
}
.AnyTagClassName
{
color: #2ACEA8;
}
</style>
background-color css
<style>
a { background-color: #2ACEA8; }
a { background-color: rgb(42,206,168); }
div.DivClassName
{
background-color: #2ACEA8;
}
.BgClassName
{
background-color: #2ACEA8;
}
</style>
border-color css
<style>
span { border-color: #2ACEA8; }
span { border-color: rgb(42,206,168); }
td.TdClassName
{
border-color: #2ACEA8;
}
.TagClassName
{
border-color: #2ACEA8;
}
</style>