Shades of Shamrock #2ADAB0
Tints of Shamrock #2ADAB0
RGB
CMYK
RGB Variations
Color information
#2ADAB0 (or 0x2ADAB0) is known color: Shamrock. HEX triplet: 2A, DA and B0. RGB value is (42,218,176). Sum of RGB (Red+Green+Blue) = 42+218+176=436 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.63% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADAB0 is #D5254F. Grayscale: #A0A0A0. Windows color (decimal): -13968720 or 11590186. OLE color: 11590186.
HSL color Cylindrical-coordinate representation of color #2ADAB0: hue angle of 165.68º 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 #2ADAB0 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 176 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.15 |
| HSL | 165.68º | 0.7% | 0.51% | - |
| HSV(B) | 165.68º | 0.81% | 0.85% | - |
| XYZ | 33.86 | 53.77 | 49.67 | - |
| YUV | 160.59 | 136.69 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 176 | 0.81 | 0 | 0.19 | 0.15 | 165.68 | 0.7 | 0.51 |
| Hex | 2A | DA | B0 | 51 | 0 | 13 | F | A6 | 46 | 33 |
| Octal | 52 | 332 | 260 | 121 | 0 | 23 | 17 | 246 | 106 | 63 |
| Binary | 101010 | 11011010 | 10110000 | 1010001 | 0 | 10011 | 1111 | 10100110 | 1000110 | 110011 |
Color Harmonies of #2ADAB0
Complementary color
Monochromatic Colors of #2ADAB0
Black with #2ADAB0
Text Example
Text Example
White with #2ADAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADAB0; }
p { color: rgb(42,218,176); }
H1.HeaderClassName
{
color: #2ADAB0;
}
.AnyTagClassName
{
color: #2ADAB0;
}
</style>
background-color css
<style>
a { background-color: #2ADAB0; }
a { background-color: rgb(42,218,176); }
div.DivClassName
{
background-color: #2ADAB0;
}
.BgClassName
{
background-color: #2ADAB0;
}
</style>
border-color css
<style>
span { border-color: #2ADAB0; }
span { border-color: rgb(42,218,176); }
td.TdClassName
{
border-color: #2ADAB0;
}
.TagClassName
{
border-color: #2ADAB0;
}
</style>