Shades of Shamrock #2ADDB5
Tints of Shamrock #2ADDB5
RGB
CMYK
RGB Variations
Color information
#2ADDB5 (or 0x2ADDB5) is known color: Shamrock. HEX triplet: 2A, DD and B5. RGB value is (42,221,181). Sum of RGB (Red+Green+Blue) = 42+221+181=444 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.46% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDB5 is #D5224A. Grayscale: #A2A2A2. Windows color (decimal): -13967947 or 11918634. OLE color: 11918634.
HSL color Cylindrical-coordinate representation of color #2ADDB5: hue angle of 166.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 #2ADDB5 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 42 | 221 | 181 | - |
CMYK | 0.81 | 0 | 0.18 | 0.13 |
HSL | 166.59º | 0.72% | 0.52% | - |
HSV(B) | 166.59º | 0.81% | 0.87% | - |
XYZ | 35.15 | 55.54 | 52.58 | - |
YUV | 162.92 | 138.2 | 41.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 221 | 181 | 0.81 | 0 | 0.18 | 0.13 | 166.59 | 0.72 | 0.52 |
Hex | 2A | DD | B5 | 51 | 0 | 12 | D | A7 | 48 | 34 |
Octal | 52 | 335 | 265 | 121 | 0 | 22 | 15 | 247 | 110 | 64 |
Binary | 101010 | 11011101 | 10110101 | 1010001 | 0 | 10010 | 1101 | 10100111 | 1001000 | 110100 |
Color Harmonies of #2ADDB5
Complementary color
Monochromatic Colors of #2ADDB5
Black with #2ADDB5
Text Example
Text Example
White with #2ADDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADDB5; }
p { color: rgb(42,221,181); }
H1.HeaderClassName
{
color: #2ADDB5;
}
.AnyTagClassName
{
color: #2ADDB5;
}
</style>
background-color css
<style>
a { background-color: #2ADDB5; }
a { background-color: rgb(42,221,181); }
div.DivClassName
{
background-color: #2ADDB5;
}
.BgClassName
{
background-color: #2ADDB5;
}
</style>
border-color css
<style>
span { border-color: #2ADDB5; }
span { border-color: rgb(42,221,181); }
td.TdClassName
{
border-color: #2ADDB5;
}
.TagClassName
{
border-color: #2ADDB5;
}
</style>