Shades of Shamrock #2AD8AA
Tints of Shamrock #2AD8AA
RGB
CMYK
RGB Variations
Color information
#2AD8AA (or 0x2AD8AA) is known color: Shamrock. HEX triplet: 2A, D8 and AA. RGB value is (42,216,170). Sum of RGB (Red+Green+Blue) = 42+216+170=428 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.81% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD8AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD8AA is #D52755. Grayscale: #9E9E9E. Windows color (decimal): -13969238 or 11196458. OLE color: 11196458.
HSL color Cylindrical-coordinate representation of color #2AD8AA: hue angle of 164.14º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD8AA is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 170 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.15 |
| HSL | 164.14º | 0.69% | 0.51% | - |
| HSV(B) | 164.14º | 0.81% | 0.85% | - |
| XYZ | 32.77 | 52.51 | 46.44 | - |
| YUV | 158.73 | 134.35 | 44.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 170 | 0.81 | 0 | 0.21 | 0.15 | 164.14 | 0.69 | 0.51 |
| Hex | 2A | D8 | AA | 51 | 0 | 15 | F | A4 | 45 | 33 |
| Octal | 52 | 330 | 252 | 121 | 0 | 25 | 17 | 244 | 105 | 63 |
| Binary | 101010 | 11011000 | 10101010 | 1010001 | 0 | 10101 | 1111 | 10100100 | 1000101 | 110011 |
Color Harmonies of #2AD8AA
Complementary color
Monochromatic Colors of #2AD8AA
Black with #2AD8AA
Text Example
Text Example
White with #2AD8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD8AA; }
p { color: rgb(42,216,170); }
H1.HeaderClassName
{
color: #2AD8AA;
}
.AnyTagClassName
{
color: #2AD8AA;
}
</style>
background-color css
<style>
a { background-color: #2AD8AA; }
a { background-color: rgb(42,216,170); }
div.DivClassName
{
background-color: #2AD8AA;
}
.BgClassName
{
background-color: #2AD8AA;
}
</style>
border-color css
<style>
span { border-color: #2AD8AA; }
span { border-color: rgb(42,216,170); }
td.TdClassName
{
border-color: #2AD8AA;
}
.TagClassName
{
border-color: #2AD8AA;
}
</style>