Shades of Shamrock #2DD7AD
Tints of Shamrock #2DD7AD
RGB
CMYK
RGB Variations
Color information
#2DD7AD (or 0x2DD7AD) is known color: Shamrock. HEX triplet: 2D, D7 and AD. RGB value is (45,215,173). Sum of RGB (Red+Green+Blue) = 45+215+173=433 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.39% from 433); Green value is 215 (84.38% from 255 or 49.65% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD7AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DD7AD is #D22852. Grayscale: #9F9F9F. Windows color (decimal): -13772883 or 11392813. OLE color: 11392813.
HSL color Cylindrical-coordinate representation of color #2DD7AD: hue angle of 165.18º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD7AD is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 215 | 173 | - |
| CMYK | 0.79 | 0 | 0.20 | 0.16 |
| HSL | 165.18º | 0.68% | 0.51% | - |
| HSV(B) | 165.18º | 0.79% | 0.84% | - |
| XYZ | 32.93 | 52.18 | 47.87 | - |
| YUV | 159.38 | 135.68 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 215 | 173 | 0.79 | 0 | 0.20 | 0.16 | 165.18 | 0.68 | 0.51 |
| Hex | 2D | D7 | AD | 4F | 0 | 14 | 10 | A5 | 44 | 33 |
| Octal | 55 | 327 | 255 | 117 | 0 | 24 | 20 | 245 | 104 | 63 |
| Binary | 101101 | 11010111 | 10101101 | 1001111 | 0 | 10100 | 10000 | 10100101 | 1000100 | 110011 |
Color Harmonies of #2DD7AD
Complementary color
Monochromatic Colors of #2DD7AD
Black with #2DD7AD
Text Example
Text Example
White with #2DD7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD7AD; }
p { color: rgb(45,215,173); }
H1.HeaderClassName
{
color: #2DD7AD;
}
.AnyTagClassName
{
color: #2DD7AD;
}
</style>
background-color css
<style>
a { background-color: #2DD7AD; }
a { background-color: rgb(45,215,173); }
div.DivClassName
{
background-color: #2DD7AD;
}
.BgClassName
{
background-color: #2DD7AD;
}
</style>
border-color css
<style>
span { border-color: #2DD7AD; }
span { border-color: rgb(45,215,173); }
td.TdClassName
{
border-color: #2DD7AD;
}
.TagClassName
{
border-color: #2DD7AD;
}
</style>