Shades of Shamrock #2ADDB0
Tints of Shamrock #2ADDB0
RGB
CMYK
RGB Variations
Color information
#2ADDB0 (or 0x2ADDB0) is known color: Shamrock. HEX triplet: 2A, DD and B0. RGB value is (42,221,176). Sum of RGB (Red+Green+Blue) = 42+221+176=439 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.57% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADDB0 is #D5224F. Grayscale: #A2A2A2. Windows color (decimal): -13967952 or 11590954. OLE color: 11590954.
HSL color Cylindrical-coordinate representation of color #2ADDB0: hue angle of 164.92º degrees, saturation: 0.72, 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 #2ADDB0 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 176 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.13 |
| HSL | 164.92º | 0.72% | 0.52% | - |
| HSV(B) | 164.92º | 0.81% | 0.87% | - |
| XYZ | 34.65 | 55.34 | 49.93 | - |
| YUV | 162.35 | 135.7 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 176 | 0.81 | 0 | 0.20 | 0.13 | 164.92 | 0.72 | 0.52 |
| Hex | 2A | DD | B0 | 51 | 0 | 14 | D | A5 | 48 | 34 |
| Octal | 52 | 335 | 260 | 121 | 0 | 24 | 15 | 245 | 110 | 64 |
| Binary | 101010 | 11011101 | 10110000 | 1010001 | 0 | 10100 | 1101 | 10100101 | 1001000 | 110100 |
Color Harmonies of #2ADDB0
Complementary color
Monochromatic Colors of #2ADDB0
Black with #2ADDB0
Text Example
Text Example
White with #2ADDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDB0; }
p { color: rgb(42,221,176); }
H1.HeaderClassName
{
color: #2ADDB0;
}
.AnyTagClassName
{
color: #2ADDB0;
}
</style>
background-color css
<style>
a { background-color: #2ADDB0; }
a { background-color: rgb(42,221,176); }
div.DivClassName
{
background-color: #2ADDB0;
}
.BgClassName
{
background-color: #2ADDB0;
}
</style>
border-color css
<style>
span { border-color: #2ADDB0; }
span { border-color: rgb(42,221,176); }
td.TdClassName
{
border-color: #2ADDB0;
}
.TagClassName
{
border-color: #2ADDB0;
}
</style>