Shades of Shamrock #2ACEB1
Tints of Shamrock #2ACEB1
RGB
CMYK
RGB Variations
Color information
#2ACEB1 (or 0x2ACEB1) is known color: Shamrock. HEX triplet: 2A, CE and B1. RGB value is (42,206,177). Sum of RGB (Red+Green+Blue) = 42+206+177=425 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.88% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACEB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACEB1 is #D5314E. Grayscale: #999999. Windows color (decimal): -13971791 or 11652650. OLE color: 11652650.
HSL color Cylindrical-coordinate representation of color #2ACEB1: hue angle of 169.39º 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 #2ACEB1 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 177 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.19 |
| HSL | 169.39º | 0.66% | 0.49% | - |
| HSV(B) | 169.39º | 0.8% | 0.81% | - |
| XYZ | 30.96 | 47.81 | 49.19 | - |
| YUV | 153.66 | 141.17 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 177 | 0.80 | 0 | 0.14 | 0.19 | 169.39 | 0.66 | 0.49 |
| Hex | 2A | CE | B1 | 50 | 0 | E | 13 | A9 | 42 | 31 |
| Octal | 52 | 316 | 261 | 120 | 0 | 16 | 23 | 251 | 102 | 61 |
| Binary | 101010 | 11001110 | 10110001 | 1010000 | 0 | 1110 | 10011 | 10101001 | 1000010 | 110001 |
Color Harmonies of #2ACEB1
Complementary color
Monochromatic Colors of #2ACEB1
Black with #2ACEB1
Text Example
Text Example
White with #2ACEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACEB1; }
p { color: rgb(42,206,177); }
H1.HeaderClassName
{
color: #2ACEB1;
}
.AnyTagClassName
{
color: #2ACEB1;
}
</style>
background-color css
<style>
a { background-color: #2ACEB1; }
a { background-color: rgb(42,206,177); }
div.DivClassName
{
background-color: #2ACEB1;
}
.BgClassName
{
background-color: #2ACEB1;
}
</style>
border-color css
<style>
span { border-color: #2ACEB1; }
span { border-color: rgb(42,206,177); }
td.TdClassName
{
border-color: #2ACEB1;
}
.TagClassName
{
border-color: #2ACEB1;
}
</style>