Shades of Shamrock #2ADAAD
Tints of Shamrock #2ADAAD
RGB
CMYK
RGB Variations
Color information
#2ADAAD (or 0x2ADAAD) is known color: Shamrock. HEX triplet: 2A, DA and AD. RGB value is (42,218,173). Sum of RGB (Red+Green+Blue) = 42+218+173=433 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.70% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADAAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADAAD is #D52552. Grayscale: #A0A0A0. Windows color (decimal): -13968723 or 11393578. OLE color: 11393578.
HSL color Cylindrical-coordinate representation of color #2ADAAD: hue angle of 164.66º 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 #2ADAAD is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 173 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.15 |
| HSL | 164.66º | 0.7% | 0.51% | - |
| HSV(B) | 164.66º | 0.81% | 0.85% | - |
| XYZ | 33.57 | 53.65 | 48.12 | - |
| YUV | 160.25 | 135.19 | 43.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 173 | 0.81 | 0 | 0.21 | 0.15 | 164.66 | 0.7 | 0.51 |
| Hex | 2A | DA | AD | 51 | 0 | 15 | F | A5 | 46 | 33 |
| Octal | 52 | 332 | 255 | 121 | 0 | 25 | 17 | 245 | 106 | 63 |
| Binary | 101010 | 11011010 | 10101101 | 1010001 | 0 | 10101 | 1111 | 10100101 | 1000110 | 110011 |
Color Harmonies of #2ADAAD
Complementary color
Monochromatic Colors of #2ADAAD
Black with #2ADAAD
Text Example
Text Example
White with #2ADAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADAAD; }
p { color: rgb(42,218,173); }
H1.HeaderClassName
{
color: #2ADAAD;
}
.AnyTagClassName
{
color: #2ADAAD;
}
</style>
background-color css
<style>
a { background-color: #2ADAAD; }
a { background-color: rgb(42,218,173); }
div.DivClassName
{
background-color: #2ADAAD;
}
.BgClassName
{
background-color: #2ADAAD;
}
</style>
border-color css
<style>
span { border-color: #2ADAAD; }
span { border-color: rgb(42,218,173); }
td.TdClassName
{
border-color: #2ADAAD;
}
.TagClassName
{
border-color: #2ADAAD;
}
</style>