Shades of Shamrock #2ADCAC
Tints of Shamrock #2ADCAC
RGB
CMYK
RGB Variations
Color information
#2ADCAC (or 0x2ADCAC) is known color: Shamrock. HEX triplet: 2A, DC and AC. RGB value is (42,220,172). Sum of RGB (Red+Green+Blue) = 42+220+172=434 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.68% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ADCAC is #D52353. Grayscale: #A1A1A1. Windows color (decimal): -13968212 or 11328554. OLE color: 11328554.
HSL color Cylindrical-coordinate representation of color #2ADCAC: hue angle of 163.82º degrees, saturation: 0.72, 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 #2ADCAC is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 172 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.14 |
| HSL | 163.82º | 0.72% | 0.51% | - |
| HSV(B) | 163.82º | 0.81% | 0.86% | - |
| XYZ | 33.99 | 54.66 | 47.79 | - |
| YUV | 161.31 | 134.03 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 172 | 0.81 | 0 | 0.22 | 0.14 | 163.82 | 0.72 | 0.51 |
| Hex | 2A | DC | AC | 51 | 0 | 16 | E | A4 | 48 | 33 |
| Octal | 52 | 334 | 254 | 121 | 0 | 26 | 16 | 244 | 110 | 63 |
| Binary | 101010 | 11011100 | 10101100 | 1010001 | 0 | 10110 | 1110 | 10100100 | 1001000 | 110011 |
Color Harmonies of #2ADCAC
Complementary color
Monochromatic Colors of #2ADCAC
Black with #2ADCAC
Text Example
Text Example
White with #2ADCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADCAC; }
p { color: rgb(42,220,172); }
H1.HeaderClassName
{
color: #2ADCAC;
}
.AnyTagClassName
{
color: #2ADCAC;
}
</style>
background-color css
<style>
a { background-color: #2ADCAC; }
a { background-color: rgb(42,220,172); }
div.DivClassName
{
background-color: #2ADCAC;
}
.BgClassName
{
background-color: #2ADCAC;
}
</style>
border-color css
<style>
span { border-color: #2ADCAC; }
span { border-color: rgb(42,220,172); }
td.TdClassName
{
border-color: #2ADCAC;
}
.TagClassName
{
border-color: #2ADCAC;
}
</style>