Shades of Shamrock #2ADDB2
Tints of Shamrock #2ADDB2
RGB
CMYK
RGB Variations
Color information
#2ADDB2 (or 0x2ADDB2) is known color: Shamrock. HEX triplet: 2A, DD and B2. RGB value is (42,221,178). Sum of RGB (Red+Green+Blue) = 42+221+178=441 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.52% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADDB2 is #D5224D. Grayscale: #A2A2A2. Windows color (decimal): -13967950 or 11722026. OLE color: 11722026.
HSL color Cylindrical-coordinate representation of color #2ADDB2: hue angle of 165.59º 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 #2ADDB2 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 221 | 178 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.13 |
| HSL | 165.59º | 0.72% | 0.52% | - |
| HSV(B) | 165.59º | 0.81% | 0.87% | - |
| XYZ | 34.85 | 55.42 | 50.98 | - |
| YUV | 162.58 | 136.7 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 221 | 178 | 0.81 | 0 | 0.19 | 0.13 | 165.59 | 0.72 | 0.52 |
| Hex | 2A | DD | B2 | 51 | 0 | 13 | D | A6 | 48 | 34 |
| Octal | 52 | 335 | 262 | 121 | 0 | 23 | 15 | 246 | 110 | 64 |
| Binary | 101010 | 11011101 | 10110010 | 1010001 | 0 | 10011 | 1101 | 10100110 | 1001000 | 110100 |
Color Harmonies of #2ADDB2
Complementary color
Monochromatic Colors of #2ADDB2
Black with #2ADDB2
Text Example
Text Example
White with #2ADDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDB2; }
p { color: rgb(42,221,178); }
H1.HeaderClassName
{
color: #2ADDB2;
}
.AnyTagClassName
{
color: #2ADDB2;
}
</style>
background-color css
<style>
a { background-color: #2ADDB2; }
a { background-color: rgb(42,221,178); }
div.DivClassName
{
background-color: #2ADDB2;
}
.BgClassName
{
background-color: #2ADDB2;
}
</style>
border-color css
<style>
span { border-color: #2ADDB2; }
span { border-color: rgb(42,221,178); }
td.TdClassName
{
border-color: #2ADDB2;
}
.TagClassName
{
border-color: #2ADDB2;
}
</style>