Shades of Shamrock #2ADBAF
Tints of Shamrock #2ADBAF
RGB
CMYK
RGB Variations
Color information
#2ADBAF (or 0x2ADBAF) is known color: Shamrock. HEX triplet: 2A, DB and AF. RGB value is (42,219,175). Sum of RGB (Red+Green+Blue) = 42+219+175=436 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.63% from 436); Green value is 219 (85.94% from 255 or 50.23% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 219 - color contains mainly: green. Hex color #2ADBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADBAF is #D52450. Grayscale: #A1A1A1. Windows color (decimal): -13968465 or 11524906. OLE color: 11524906.
HSL color Cylindrical-coordinate representation of color #2ADBAF: hue angle of 165.08º 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 #2ADBAF is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 219 | 175 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.14 |
| HSL | 165.08º | 0.71% | 0.51% | - |
| HSV(B) | 165.08º | 0.81% | 0.86% | - |
| XYZ | 34.02 | 54.25 | 49.24 | - |
| YUV | 161.06 | 135.86 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 219 | 175 | 0.81 | 0 | 0.20 | 0.14 | 165.08 | 0.71 | 0.51 |
| Hex | 2A | DB | AF | 51 | 0 | 14 | E | A5 | 47 | 33 |
| Octal | 52 | 333 | 257 | 121 | 0 | 24 | 16 | 245 | 107 | 63 |
| Binary | 101010 | 11011011 | 10101111 | 1010001 | 0 | 10100 | 1110 | 10100101 | 1000111 | 110011 |
Color Harmonies of #2ADBAF
Complementary color
Monochromatic Colors of #2ADBAF
Black with #2ADBAF
Text Example
Text Example
White with #2ADBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADBAF; }
p { color: rgb(42,219,175); }
H1.HeaderClassName
{
color: #2ADBAF;
}
.AnyTagClassName
{
color: #2ADBAF;
}
</style>
background-color css
<style>
a { background-color: #2ADBAF; }
a { background-color: rgb(42,219,175); }
div.DivClassName
{
background-color: #2ADBAF;
}
.BgClassName
{
background-color: #2ADBAF;
}
</style>
border-color css
<style>
span { border-color: #2ADBAF; }
span { border-color: rgb(42,219,175); }
td.TdClassName
{
border-color: #2ADBAF;
}
.TagClassName
{
border-color: #2ADBAF;
}
</style>