Shades of Shamrock #2ADBAC
Tints of Shamrock #2ADBAC
RGB
CMYK
RGB Variations
Color information
#2ADBAC (or 0x2ADBAC) is known color: Shamrock. HEX triplet: 2A, DB and AC. RGB value is (42,219,172). Sum of RGB (Red+Green+Blue) = 42+219+172=433 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.70% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADBAC is #D52453. Grayscale: #A0A0A0. Windows color (decimal): -13968468 or 11328298. OLE color: 11328298.
HSL color Cylindrical-coordinate representation of color #2ADBAC: hue angle of 164.07º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADBAC is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 172 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.14 |
| HSL | 164.07º | 0.71% | 0.51% | - |
| HSV(B) | 164.07º | 0.81% | 0.86% | - |
| XYZ | 33.73 | 54.13 | 47.7 | - |
| YUV | 160.72 | 134.36 | 43.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 172 | 0.81 | 0 | 0.21 | 0.14 | 164.07 | 0.71 | 0.51 |
| Hex | 2A | DB | AC | 51 | 0 | 15 | E | A4 | 47 | 33 |
| Octal | 52 | 333 | 254 | 121 | 0 | 25 | 16 | 244 | 107 | 63 |
| Binary | 101010 | 11011011 | 10101100 | 1010001 | 0 | 10101 | 1110 | 10100100 | 1000111 | 110011 |
Color Harmonies of #2ADBAC
Complementary color
Monochromatic Colors of #2ADBAC
Black with #2ADBAC
Text Example
Text Example
White with #2ADBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBAC; }
p { color: rgb(42,219,172); }
H1.HeaderClassName
{
color: #2ADBAC;
}
.AnyTagClassName
{
color: #2ADBAC;
}
</style>
background-color css
<style>
a { background-color: #2ADBAC; }
a { background-color: rgb(42,219,172); }
div.DivClassName
{
background-color: #2ADBAC;
}
.BgClassName
{
background-color: #2ADBAC;
}
</style>
border-color css
<style>
span { border-color: #2ADBAC; }
span { border-color: rgb(42,219,172); }
td.TdClassName
{
border-color: #2ADBAC;
}
.TagClassName
{
border-color: #2ADBAC;
}
</style>