Shades of Shamrock #2ACCAA
Tints of Shamrock #2ACCAA
RGB
CMYK
RGB Variations
Color information
#2ACCAA (or 0x2ACCAA) is known color: Shamrock. HEX triplet: 2A, CC and AA. RGB value is (42,204,170). Sum of RGB (Red+Green+Blue) = 42+204+170=416 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.10% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACCAA is #D53355. Grayscale: #979797. Windows color (decimal): -13972310 or 11193386. OLE color: 11193386.
HSL color Cylindrical-coordinate representation of color #2ACCAA: hue angle of 167.41º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACCAA is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 204 | 170 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.2 |
| HSL | 167.41º | 0.66% | 0.48% | - |
| HSV(B) | 167.41º | 0.79% | 0.8% | - |
| XYZ | 29.8 | 46.58 | 45.45 | - |
| YUV | 151.69 | 138.33 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 170 | 0.79 | 0 | 0.17 | 0.2 | 167.41 | 0.66 | 0.48 |
| Hex | 2A | CC | AA | 4F | 0 | 11 | 14 | A7 | 42 | 30 |
| Octal | 52 | 314 | 252 | 117 | 0 | 21 | 24 | 247 | 102 | 60 |
| Binary | 101010 | 11001100 | 10101010 | 1001111 | 0 | 10001 | 10100 | 10100111 | 1000010 | 110000 |
Color Harmonies of #2ACCAA
Complementary color
Monochromatic Colors of #2ACCAA
Black with #2ACCAA
Text Example
Text Example
White with #2ACCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACCAA; }
p { color: rgb(42,204,170); }
H1.HeaderClassName
{
color: #2ACCAA;
}
.AnyTagClassName
{
color: #2ACCAA;
}
</style>
background-color css
<style>
a { background-color: #2ACCAA; }
a { background-color: rgb(42,204,170); }
div.DivClassName
{
background-color: #2ACCAA;
}
.BgClassName
{
background-color: #2ACCAA;
}
</style>
border-color css
<style>
span { border-color: #2ACCAA; }
span { border-color: rgb(42,204,170); }
td.TdClassName
{
border-color: #2ACCAA;
}
.TagClassName
{
border-color: #2ACCAA;
}
</style>