Shades of Shamrock #2DDFAD
Tints of Shamrock #2DDFAD
RGB
CMYK
RGB Variations
Color information
#2DDFAD (or 0x2DDFAD) is known color: Shamrock. HEX triplet: 2D, DF and AD. RGB value is (45,223,173). Sum of RGB (Red+Green+Blue) = 45+223+173=441 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.20% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDFAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDFAD is #D22052. Grayscale: #A4A4A4. Windows color (decimal): -13770835 or 11394861. OLE color: 11394861.
HSL color Cylindrical-coordinate representation of color #2DDFAD: hue angle of 163.15º 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 #2DDFAD is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 173 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.13 |
| HSL | 163.15º | 0.74% | 0.53% | - |
| HSV(B) | 163.15º | 0.8% | 0.87% | - |
| XYZ | 35.01 | 56.35 | 48.57 | - |
| YUV | 164.08 | 133.03 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 173 | 0.80 | 0 | 0.22 | 0.13 | 163.15 | 0.74 | 0.53 |
| Hex | 2D | DF | AD | 50 | 0 | 16 | D | A3 | 4A | 35 |
| Octal | 55 | 337 | 255 | 120 | 0 | 26 | 15 | 243 | 112 | 65 |
| Binary | 101101 | 11011111 | 10101101 | 1010000 | 0 | 10110 | 1101 | 10100011 | 1001010 | 110101 |
Color Harmonies of #2DDFAD
Complementary color
Monochromatic Colors of #2DDFAD
Black with #2DDFAD
Text Example
Text Example
White with #2DDFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDFAD; }
p { color: rgb(45,223,173); }
H1.HeaderClassName
{
color: #2DDFAD;
}
.AnyTagClassName
{
color: #2DDFAD;
}
</style>
background-color css
<style>
a { background-color: #2DDFAD; }
a { background-color: rgb(45,223,173); }
div.DivClassName
{
background-color: #2DDFAD;
}
.BgClassName
{
background-color: #2DDFAD;
}
</style>
border-color css
<style>
span { border-color: #2DDFAD; }
span { border-color: rgb(45,223,173); }
td.TdClassName
{
border-color: #2DDFAD;
}
.TagClassName
{
border-color: #2DDFAD;
}
</style>