Shades of Shamrock #2ADAAE
Tints of Shamrock #2ADAAE
RGB
CMYK
RGB Variations
Color information
#2ADAAE (or 0x2ADAAE) is known color: Shamrock. HEX triplet: 2A, DA and AE. RGB value is (42,218,174). Sum of RGB (Red+Green+Blue) = 42+218+174=434 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.68% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADAAE is #D52551. Grayscale: #A0A0A0. Windows color (decimal): -13968722 or 11459114. OLE color: 11459114.
HSL color Cylindrical-coordinate representation of color #2ADAAE: hue angle of 165º 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 #2ADAAE is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 174 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.15 |
| HSL | 165º | 0.7% | 0.51% | - |
| HSV(B) | 165º | 0.81% | 0.85% | - |
| XYZ | 33.67 | 53.69 | 48.63 | - |
| YUV | 160.36 | 135.69 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 174 | 0.81 | 0 | 0.20 | 0.15 | 165 | 0.7 | 0.51 |
| Hex | 2A | DA | AE | 51 | 0 | 14 | F | A5 | 46 | 33 |
| Octal | 52 | 332 | 256 | 121 | 0 | 24 | 17 | 245 | 106 | 63 |
| Binary | 101010 | 11011010 | 10101110 | 1010001 | 0 | 10100 | 1111 | 10100101 | 1000110 | 110011 |
Color Harmonies of #2ADAAE
Complementary color
Monochromatic Colors of #2ADAAE
Black with #2ADAAE
Text Example
Text Example
White with #2ADAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADAAE; }
p { color: rgb(42,218,174); }
H1.HeaderClassName
{
color: #2ADAAE;
}
.AnyTagClassName
{
color: #2ADAAE;
}
</style>
background-color css
<style>
a { background-color: #2ADAAE; }
a { background-color: rgb(42,218,174); }
div.DivClassName
{
background-color: #2ADAAE;
}
.BgClassName
{
background-color: #2ADAAE;
}
</style>
border-color css
<style>
span { border-color: #2ADAAE; }
span { border-color: rgb(42,218,174); }
td.TdClassName
{
border-color: #2ADAAE;
}
.TagClassName
{
border-color: #2ADAAE;
}
</style>