Shades of Shamrock #2ACAA0
Tints of Shamrock #2ACAA0
RGB
CMYK
RGB Variations
Color information
#2ACAA0 (or 0x2ACAA0) is known color: Shamrock. HEX triplet: 2A, CA and A0. RGB value is (42,202,160). Sum of RGB (Red+Green+Blue) = 42+202+160=404 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.40% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #2ACAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACAA0 is #D5355F. Grayscale: #959595. Windows color (decimal): -13972832 or 10537514. OLE color: 10537514.
HSL color Cylindrical-coordinate representation of color #2ACAA0: hue angle of 164.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACAA0 is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 202 | 160 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.21 |
| HSL | 164.25º | 0.66% | 0.48% | - |
| HSV(B) | 164.25º | 0.79% | 0.79% | - |
| XYZ | 28.42 | 45.27 | 40.5 | - |
| YUV | 149.37 | 133.99 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 202 | 160 | 0.79 | 0 | 0.21 | 0.21 | 164.25 | 0.66 | 0.48 |
| Hex | 2A | CA | A0 | 4F | 0 | 15 | 15 | A4 | 42 | 30 |
| Octal | 52 | 312 | 240 | 117 | 0 | 25 | 25 | 244 | 102 | 60 |
| Binary | 101010 | 11001010 | 10100000 | 1001111 | 0 | 10101 | 10101 | 10100100 | 1000010 | 110000 |
Color Harmonies of #2ACAA0
Complementary color
Monochromatic Colors of #2ACAA0
Black with #2ACAA0
Text Example
Text Example
White with #2ACAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACAA0; }
p { color: rgb(42,202,160); }
H1.HeaderClassName
{
color: #2ACAA0;
}
.AnyTagClassName
{
color: #2ACAA0;
}
</style>
background-color css
<style>
a { background-color: #2ACAA0; }
a { background-color: rgb(42,202,160); }
div.DivClassName
{
background-color: #2ACAA0;
}
.BgClassName
{
background-color: #2ACAA0;
}
</style>
border-color css
<style>
span { border-color: #2ACAA0; }
span { border-color: rgb(42,202,160); }
td.TdClassName
{
border-color: #2ACAA0;
}
.TagClassName
{
border-color: #2ACAA0;
}
</style>