Shades of Shamrock #2ADAAF
Tints of Shamrock #2ADAAF
RGB
CMYK
RGB Variations
Color information
#2ADAAF (or 0x2ADAAF) is known color: Shamrock. HEX triplet: 2A, DA and AF. RGB value is (42,218,175). Sum of RGB (Red+Green+Blue) = 42+218+175=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADAAF is #D52550. Grayscale: #A0A0A0. Windows color (decimal): -13968721 or 11524650. OLE color: 11524650.
HSL color Cylindrical-coordinate representation of color #2ADAAF: hue angle of 165.34º 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 #2ADAAF is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 175 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.15 |
| HSL | 165.34º | 0.7% | 0.51% | - |
| HSV(B) | 165.34º | 0.81% | 0.85% | - |
| XYZ | 33.76 | 53.73 | 49.15 | - |
| YUV | 160.47 | 136.19 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 175 | 0.81 | 0 | 0.20 | 0.15 | 165.34 | 0.7 | 0.51 |
| Hex | 2A | DA | AF | 51 | 0 | 14 | F | A5 | 46 | 33 |
| Octal | 52 | 332 | 257 | 121 | 0 | 24 | 17 | 245 | 106 | 63 |
| Binary | 101010 | 11011010 | 10101111 | 1010001 | 0 | 10100 | 1111 | 10100101 | 1000110 | 110011 |
Color Harmonies of #2ADAAF
Complementary color
Monochromatic Colors of #2ADAAF
Black with #2ADAAF
Text Example
Text Example
White with #2ADAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADAAF; }
p { color: rgb(42,218,175); }
H1.HeaderClassName
{
color: #2ADAAF;
}
.AnyTagClassName
{
color: #2ADAAF;
}
</style>
background-color css
<style>
a { background-color: #2ADAAF; }
a { background-color: rgb(42,218,175); }
div.DivClassName
{
background-color: #2ADAAF;
}
.BgClassName
{
background-color: #2ADAAF;
}
</style>
border-color css
<style>
span { border-color: #2ADAAF; }
span { border-color: rgb(42,218,175); }
td.TdClassName
{
border-color: #2ADAAF;
}
.TagClassName
{
border-color: #2ADAAF;
}
</style>