Shades of Shamrock #2AD2AB
Tints of Shamrock #2AD2AB
RGB
CMYK
RGB Variations
Color information
#2AD2AB (or 0x2AD2AB) is known color: Shamrock. HEX triplet: 2A, D2 and AB. RGB value is (42,210,171). Sum of RGB (Red+Green+Blue) = 42+210+171=423 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.93% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD2AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD2AB is #D52D54. Grayscale: #9B9B9B. Windows color (decimal): -13970773 or 11260458. OLE color: 11260458.
HSL color Cylindrical-coordinate representation of color #2AD2AB: hue angle of 166.07º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD2AB is Cyan = 0.8, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 210 | 171 | - |
| CMYK | 0.8 | 0 | 0.19 | 0.18 |
| HSL | 166.07º | 0.67% | 0.49% | - |
| HSV(B) | 166.07º | 0.8% | 0.82% | - |
| XYZ | 31.35 | 49.53 | 46.44 | - |
| YUV | 155.32 | 136.84 | 47.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 171 | 0.8 | 0 | 0.19 | 0.18 | 166.07 | 0.67 | 0.49 |
| Hex | 2A | D2 | AB | 50 | 0 | 13 | 12 | A6 | 43 | 31 |
| Octal | 52 | 322 | 253 | 120 | 0 | 23 | 22 | 246 | 103 | 61 |
| Binary | 101010 | 11010010 | 10101011 | 1010000 | 0 | 10011 | 10010 | 10100110 | 1000011 | 110001 |
Color Harmonies of #2AD2AB
Complementary color
Monochromatic Colors of #2AD2AB
Black with #2AD2AB
Text Example
Text Example
White with #2AD2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD2AB; }
p { color: rgb(42,210,171); }
H1.HeaderClassName
{
color: #2AD2AB;
}
.AnyTagClassName
{
color: #2AD2AB;
}
</style>
background-color css
<style>
a { background-color: #2AD2AB; }
a { background-color: rgb(42,210,171); }
div.DivClassName
{
background-color: #2AD2AB;
}
.BgClassName
{
background-color: #2AD2AB;
}
</style>
border-color css
<style>
span { border-color: #2AD2AB; }
span { border-color: rgb(42,210,171); }
td.TdClassName
{
border-color: #2AD2AB;
}
.TagClassName
{
border-color: #2AD2AB;
}
</style>