Shades of Shamrock #2ADAAB
Tints of Shamrock #2ADAAB
RGB
CMYK
RGB Variations
Color information
#2ADAAB (or 0x2ADAAB) is known color: Shamrock. HEX triplet: 2A, DA and AB. RGB value is (42,218,171). Sum of RGB (Red+Green+Blue) = 42+218+171=431 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.74% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADAAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADAAB is #D52554. Grayscale: #A0A0A0. Windows color (decimal): -13968725 or 11262506. OLE color: 11262506.
HSL color Cylindrical-coordinate representation of color #2ADAAB: hue angle of 163.98º degrees, saturation: 0.7, 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 #2ADAAB is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 171 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.15 |
| HSL | 163.98º | 0.7% | 0.51% | - |
| HSV(B) | 163.98º | 0.81% | 0.85% | - |
| XYZ | 33.38 | 53.58 | 47.11 | - |
| YUV | 160.02 | 134.19 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 171 | 0.81 | 0 | 0.22 | 0.15 | 163.98 | 0.7 | 0.51 |
| Hex | 2A | DA | AB | 51 | 0 | 16 | F | A4 | 46 | 33 |
| Octal | 52 | 332 | 253 | 121 | 0 | 26 | 17 | 244 | 106 | 63 |
| Binary | 101010 | 11011010 | 10101011 | 1010001 | 0 | 10110 | 1111 | 10100100 | 1000110 | 110011 |
Color Harmonies of #2ADAAB
Complementary color
Monochromatic Colors of #2ADAAB
Black with #2ADAAB
Text Example
Text Example
White with #2ADAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADAAB; }
p { color: rgb(42,218,171); }
H1.HeaderClassName
{
color: #2ADAAB;
}
.AnyTagClassName
{
color: #2ADAAB;
}
</style>
background-color css
<style>
a { background-color: #2ADAAB; }
a { background-color: rgb(42,218,171); }
div.DivClassName
{
background-color: #2ADAAB;
}
.BgClassName
{
background-color: #2ADAAB;
}
</style>
border-color css
<style>
span { border-color: #2ADAAB; }
span { border-color: rgb(42,218,171); }
td.TdClassName
{
border-color: #2ADAAB;
}
.TagClassName
{
border-color: #2ADAAB;
}
</style>