Shades of Shamrock #2DDFAB
Tints of Shamrock #2DDFAB
RGB
CMYK
RGB Variations
Color information
#2DDFAB (or 0x2DDFAB) is known color: Shamrock. HEX triplet: 2D, DF and AB. RGB value is (45,223,171). Sum of RGB (Red+Green+Blue) = 45+223+171=439 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.25% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDFAB is #D22054. Grayscale: #A3A3A3. Windows color (decimal): -13770837 or 11263789. OLE color: 11263789.
HSL color Cylindrical-coordinate representation of color #2DDFAB: hue angle of 162.47º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDFAB is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 171 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.13 |
| HSL | 162.47º | 0.74% | 0.53% | - |
| HSV(B) | 162.47º | 0.8% | 0.87% | - |
| XYZ | 34.82 | 56.27 | 47.55 | - |
| YUV | 163.85 | 132.03 | 43.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 171 | 0.80 | 0 | 0.23 | 0.13 | 162.47 | 0.74 | 0.53 |
| Hex | 2D | DF | AB | 50 | 0 | 17 | D | A2 | 4A | 35 |
| Octal | 55 | 337 | 253 | 120 | 0 | 27 | 15 | 242 | 112 | 65 |
| Binary | 101101 | 11011111 | 10101011 | 1010000 | 0 | 10111 | 1101 | 10100010 | 1001010 | 110101 |
Color Harmonies of #2DDFAB
Complementary color
Monochromatic Colors of #2DDFAB
Black with #2DDFAB
Text Example
Text Example
White with #2DDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDFAB; }
p { color: rgb(45,223,171); }
H1.HeaderClassName
{
color: #2DDFAB;
}
.AnyTagClassName
{
color: #2DDFAB;
}
</style>
background-color css
<style>
a { background-color: #2DDFAB; }
a { background-color: rgb(45,223,171); }
div.DivClassName
{
background-color: #2DDFAB;
}
.BgClassName
{
background-color: #2DDFAB;
}
</style>
border-color css
<style>
span { border-color: #2DDFAB; }
span { border-color: rgb(45,223,171); }
td.TdClassName
{
border-color: #2DDFAB;
}
.TagClassName
{
border-color: #2DDFAB;
}
</style>