Shades of Shamrock #2AD9B0
Tints of Shamrock #2AD9B0
RGB
CMYK
RGB Variations
Color information
#2AD9B0 (or 0x2AD9B0) is known color: Shamrock. HEX triplet: 2A, D9 and B0. RGB value is (42,217,176). Sum of RGB (Red+Green+Blue) = 42+217+176=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD9B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AD9B0 is #D5264F. Grayscale: #9F9F9F. Windows color (decimal): -13968976 or 11589930. OLE color: 11589930.
HSL color Cylindrical-coordinate representation of color #2AD9B0: hue angle of 165.94º 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 #2AD9B0 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 176 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.15 |
| HSL | 165.94º | 0.7% | 0.51% | - |
| HSV(B) | 165.94º | 0.81% | 0.85% | - |
| XYZ | 33.6 | 53.25 | 49.58 | - |
| YUV | 160 | 137.02 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 176 | 0.81 | 0 | 0.19 | 0.15 | 165.94 | 0.7 | 0.51 |
| Hex | 2A | D9 | B0 | 51 | 0 | 13 | F | A6 | 46 | 33 |
| Octal | 52 | 331 | 260 | 121 | 0 | 23 | 17 | 246 | 106 | 63 |
| Binary | 101010 | 11011001 | 10110000 | 1010001 | 0 | 10011 | 1111 | 10100110 | 1000110 | 110011 |
Color Harmonies of #2AD9B0
Complementary color
Monochromatic Colors of #2AD9B0
Black with #2AD9B0
Text Example
Text Example
White with #2AD9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD9B0; }
p { color: rgb(42,217,176); }
H1.HeaderClassName
{
color: #2AD9B0;
}
.AnyTagClassName
{
color: #2AD9B0;
}
</style>
background-color css
<style>
a { background-color: #2AD9B0; }
a { background-color: rgb(42,217,176); }
div.DivClassName
{
background-color: #2AD9B0;
}
.BgClassName
{
background-color: #2AD9B0;
}
</style>
border-color css
<style>
span { border-color: #2AD9B0; }
span { border-color: rgb(42,217,176); }
td.TdClassName
{
border-color: #2AD9B0;
}
.TagClassName
{
border-color: #2AD9B0;
}
</style>