Shades of Shamrock #2DDDA6
Tints of Shamrock #2DDDA6
RGB
CMYK
RGB Variations
Color information
#2DDDA6 (or 0x2DDDA6) is known color: Shamrock. HEX triplet: 2D, DD and A6. RGB value is (45,221,166). Sum of RGB (Red+Green+Blue) = 45+221+166=432 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.42% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDDA6 is #D22259. Grayscale: #A2A2A2. Windows color (decimal): -13771354 or 10935597. OLE color: 10935597.
HSL color Cylindrical-coordinate representation of color #2DDDA6: hue angle of 161.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDDA6 is Cyan = 0.80, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 166 | - |
| CMYK | 0.80 | 0 | 0.25 | 0.13 |
| HSL | 161.25º | 0.72% | 0.52% | - |
| HSV(B) | 161.25º | 0.8% | 0.87% | - |
| XYZ | 33.82 | 55.02 | 44.91 | - |
| YUV | 162.11 | 130.19 | 44.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 166 | 0.80 | 0 | 0.25 | 0.13 | 161.25 | 0.72 | 0.52 |
| Hex | 2D | DD | A6 | 50 | 0 | 19 | D | A1 | 48 | 34 |
| Octal | 55 | 335 | 246 | 120 | 0 | 31 | 15 | 241 | 110 | 64 |
| Binary | 101101 | 11011101 | 10100110 | 1010000 | 0 | 11001 | 1101 | 10100001 | 1001000 | 110100 |
Color Harmonies of #2DDDA6
Complementary color
Monochromatic Colors of #2DDDA6
Black with #2DDDA6
Text Example
Text Example
White with #2DDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDDA6; }
p { color: rgb(45,221,166); }
H1.HeaderClassName
{
color: #2DDDA6;
}
.AnyTagClassName
{
color: #2DDDA6;
}
</style>
background-color css
<style>
a { background-color: #2DDDA6; }
a { background-color: rgb(45,221,166); }
div.DivClassName
{
background-color: #2DDDA6;
}
.BgClassName
{
background-color: #2DDDA6;
}
</style>
border-color css
<style>
span { border-color: #2DDDA6; }
span { border-color: rgb(45,221,166); }
td.TdClassName
{
border-color: #2DDDA6;
}
.TagClassName
{
border-color: #2DDDA6;
}
</style>