Shades of Shamrock #2DDEAB
Tints of Shamrock #2DDEAB
RGB
CMYK
RGB Variations
Color information
#2DDEAB (or 0x2DDEAB) is known color: Shamrock. HEX triplet: 2D, DE and AB. RGB value is (45,222,171). Sum of RGB (Red+Green+Blue) = 45+222+171=438 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.27% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDEAB is #D22154. Grayscale: #A3A3A3. Windows color (decimal): -13771093 or 11263533. OLE color: 11263533.
HSL color Cylindrical-coordinate representation of color #2DDEAB: hue angle of 162.71º degrees, saturation: 0.73, 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 #2DDEAB is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 222 | 171 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.13 |
| HSL | 162.71º | 0.73% | 0.52% | - |
| HSV(B) | 162.71º | 0.8% | 0.87% | - |
| XYZ | 34.55 | 55.74 | 47.47 | - |
| YUV | 163.26 | 132.36 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 171 | 0.80 | 0 | 0.23 | 0.13 | 162.71 | 0.73 | 0.52 |
| Hex | 2D | DE | AB | 50 | 0 | 17 | D | A3 | 49 | 34 |
| Octal | 55 | 336 | 253 | 120 | 0 | 27 | 15 | 243 | 111 | 64 |
| Binary | 101101 | 11011110 | 10101011 | 1010000 | 0 | 10111 | 1101 | 10100011 | 1001001 | 110100 |
Color Harmonies of #2DDEAB
Complementary color
Monochromatic Colors of #2DDEAB
Black with #2DDEAB
Text Example
Text Example
White with #2DDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDEAB; }
p { color: rgb(45,222,171); }
H1.HeaderClassName
{
color: #2DDEAB;
}
.AnyTagClassName
{
color: #2DDEAB;
}
</style>
background-color css
<style>
a { background-color: #2DDEAB; }
a { background-color: rgb(45,222,171); }
div.DivClassName
{
background-color: #2DDEAB;
}
.BgClassName
{
background-color: #2DDEAB;
}
</style>
border-color css
<style>
span { border-color: #2DDEAB; }
span { border-color: rgb(45,222,171); }
td.TdClassName
{
border-color: #2DDEAB;
}
.TagClassName
{
border-color: #2DDEAB;
}
</style>