Shades of Shamrock #2AD8AB
Tints of Shamrock #2AD8AB
RGB
CMYK
RGB Variations
Color information
#2AD8AB (or 0x2AD8AB) is known color: Shamrock. HEX triplet: 2A, D8 and AB. RGB value is (42,216,171). Sum of RGB (Red+Green+Blue) = 42+216+171=429 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.79% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD8AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD8AB is #D52754. Grayscale: #9E9E9E. Windows color (decimal): -13969237 or 11261994. OLE color: 11261994.
HSL color Cylindrical-coordinate representation of color #2AD8AB: hue angle of 164.48º 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 #2AD8AB is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 171 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.15 |
| HSL | 164.48º | 0.69% | 0.51% | - |
| HSV(B) | 164.48º | 0.81% | 0.85% | - |
| XYZ | 32.86 | 52.54 | 46.94 | - |
| YUV | 158.84 | 134.85 | 44.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 171 | 0.81 | 0 | 0.21 | 0.15 | 164.48 | 0.69 | 0.51 |
| Hex | 2A | D8 | AB | 51 | 0 | 15 | F | A4 | 45 | 33 |
| Octal | 52 | 330 | 253 | 121 | 0 | 25 | 17 | 244 | 105 | 63 |
| Binary | 101010 | 11011000 | 10101011 | 1010001 | 0 | 10101 | 1111 | 10100100 | 1000101 | 110011 |
Color Harmonies of #2AD8AB
Complementary color
Monochromatic Colors of #2AD8AB
Black with #2AD8AB
Text Example
Text Example
White with #2AD8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD8AB; }
p { color: rgb(42,216,171); }
H1.HeaderClassName
{
color: #2AD8AB;
}
.AnyTagClassName
{
color: #2AD8AB;
}
</style>
background-color css
<style>
a { background-color: #2AD8AB; }
a { background-color: rgb(42,216,171); }
div.DivClassName
{
background-color: #2AD8AB;
}
.BgClassName
{
background-color: #2AD8AB;
}
</style>
border-color css
<style>
span { border-color: #2AD8AB; }
span { border-color: rgb(42,216,171); }
td.TdClassName
{
border-color: #2AD8AB;
}
.TagClassName
{
border-color: #2AD8AB;
}
</style>