Shades of Shamrock #2ADFAB
Tints of Shamrock #2ADFAB
RGB
CMYK
RGB Variations
Color information
#2ADFAB (or 0x2ADFAB) is known color: Shamrock. HEX triplet: 2A, DF and AB. RGB value is (42,223,171). Sum of RGB (Red+Green+Blue) = 42+223+171=436 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.63% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADFAB is #D52054. Grayscale: #A2A2A2. Windows color (decimal): -13967445 or 11263786. OLE color: 11263786.
HSL color Cylindrical-coordinate representation of color #2ADFAB: hue angle of 162.76º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADFAB is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 223 | 171 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.13 |
| HSL | 162.76º | 0.74% | 0.52% | - |
| HSV(B) | 162.76º | 0.81% | 0.87% | - |
| XYZ | 34.69 | 56.21 | 47.55 | - |
| YUV | 162.95 | 132.53 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 223 | 171 | 0.81 | 0 | 0.23 | 0.13 | 162.76 | 0.74 | 0.52 |
| Hex | 2A | DF | AB | 51 | 0 | 17 | D | A3 | 4A | 34 |
| Octal | 52 | 337 | 253 | 121 | 0 | 27 | 15 | 243 | 112 | 64 |
| Binary | 101010 | 11011111 | 10101011 | 1010001 | 0 | 10111 | 1101 | 10100011 | 1001010 | 110100 |
Color Harmonies of #2ADFAB
Complementary color
Monochromatic Colors of #2ADFAB
Black with #2ADFAB
Text Example
Text Example
White with #2ADFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADFAB; }
p { color: rgb(42,223,171); }
H1.HeaderClassName
{
color: #2ADFAB;
}
.AnyTagClassName
{
color: #2ADFAB;
}
</style>
background-color css
<style>
a { background-color: #2ADFAB; }
a { background-color: rgb(42,223,171); }
div.DivClassName
{
background-color: #2ADFAB;
}
.BgClassName
{
background-color: #2ADFAB;
}
</style>
border-color css
<style>
span { border-color: #2ADFAB; }
span { border-color: rgb(42,223,171); }
td.TdClassName
{
border-color: #2ADFAB;
}
.TagClassName
{
border-color: #2ADFAB;
}
</style>