Shades of Shamrock #2DDDAD
Tints of Shamrock #2DDDAD
RGB
CMYK
RGB Variations
Color information
#2DDDAD (or 0x2DDDAD) is known color: Shamrock. HEX triplet: 2D, DD and AD. RGB value is (45,221,173). Sum of RGB (Red+Green+Blue) = 45+221+173=439 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.25% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #2DDDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDDAD is #D22252. Grayscale: #A2A2A2. Windows color (decimal): -13771347 or 11394349. OLE color: 11394349.
HSL color Cylindrical-coordinate representation of color #2DDDAD: hue angle of 163.64º 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 #2DDDAD is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 221 | 173 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.13 |
| HSL | 163.64º | 0.72% | 0.52% | - |
| HSV(B) | 163.64º | 0.8% | 0.87% | - |
| XYZ | 34.48 | 55.29 | 48.39 | - |
| YUV | 162.9 | 133.69 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 173 | 0.80 | 0 | 0.22 | 0.13 | 163.64 | 0.72 | 0.52 |
| Hex | 2D | DD | AD | 50 | 0 | 16 | D | A4 | 48 | 34 |
| Octal | 55 | 335 | 255 | 120 | 0 | 26 | 15 | 244 | 110 | 64 |
| Binary | 101101 | 11011101 | 10101101 | 1010000 | 0 | 10110 | 1101 | 10100100 | 1001000 | 110100 |
Color Harmonies of #2DDDAD
Complementary color
Monochromatic Colors of #2DDDAD
Black with #2DDDAD
Text Example
Text Example
White with #2DDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDDAD; }
p { color: rgb(45,221,173); }
H1.HeaderClassName
{
color: #2DDDAD;
}
.AnyTagClassName
{
color: #2DDDAD;
}
</style>
background-color css
<style>
a { background-color: #2DDDAD; }
a { background-color: rgb(45,221,173); }
div.DivClassName
{
background-color: #2DDDAD;
}
.BgClassName
{
background-color: #2DDDAD;
}
</style>
border-color css
<style>
span { border-color: #2DDDAD; }
span { border-color: rgb(45,221,173); }
td.TdClassName
{
border-color: #2DDDAD;
}
.TagClassName
{
border-color: #2DDDAD;
}
</style>