Shades of Shamrock #2DC9AD
Tints of Shamrock #2DC9AD
RGB
CMYK
RGB Variations
Color information
#2DC9AD (or 0x2DC9AD) is known color: Shamrock. HEX triplet: 2D, C9 and AD. RGB value is (45,201,173). Sum of RGB (Red+Green+Blue) = 45+201+173=419 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.74% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #2DC9AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DC9AD is #D23652. Grayscale: #979797. Windows color (decimal): -13776467 or 11389229. OLE color: 11389229.
HSL color Cylindrical-coordinate representation of color #2DC9AD: hue angle of 169.23º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DC9AD is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 201 | 173 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.21 |
| HSL | 169.23º | 0.63% | 0.48% | - |
| HSV(B) | 169.23º | 0.78% | 0.79% | - |
| XYZ | 29.51 | 45.35 | 46.73 | - |
| YUV | 151.16 | 140.32 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 201 | 173 | 0.78 | 0 | 0.14 | 0.21 | 169.23 | 0.63 | 0.48 |
| Hex | 2D | C9 | AD | 4E | 0 | E | 15 | A9 | 3F | 30 |
| Octal | 55 | 311 | 255 | 116 | 0 | 16 | 25 | 251 | 77 | 60 |
| Binary | 101101 | 11001001 | 10101101 | 1001110 | 0 | 1110 | 10101 | 10101001 | 111111 | 110000 |
Color Harmonies of #2DC9AD
Complementary color
Monochromatic Colors of #2DC9AD
Black with #2DC9AD
Text Example
Text Example
White with #2DC9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC9AD; }
p { color: rgb(45,201,173); }
H1.HeaderClassName
{
color: #2DC9AD;
}
.AnyTagClassName
{
color: #2DC9AD;
}
</style>
background-color css
<style>
a { background-color: #2DC9AD; }
a { background-color: rgb(45,201,173); }
div.DivClassName
{
background-color: #2DC9AD;
}
.BgClassName
{
background-color: #2DC9AD;
}
</style>
border-color css
<style>
span { border-color: #2DC9AD; }
span { border-color: rgb(45,201,173); }
td.TdClassName
{
border-color: #2DC9AD;
}
.TagClassName
{
border-color: #2DC9AD;
}
</style>