Shades of Shamrock #2DCAAD
Tints of Shamrock #2DCAAD
RGB
CMYK
RGB Variations
Color information
#2DCAAD (or 0x2DCAAD) is known color: Shamrock. HEX triplet: 2D, CA and AD. RGB value is (45,202,173). Sum of RGB (Red+Green+Blue) = 45+202+173=420 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.71% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCAAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DCAAD is #D23552. Grayscale: #979797. Windows color (decimal): -13776211 or 11389485. OLE color: 11389485.
HSL color Cylindrical-coordinate representation of color #2DCAAD: hue angle of 168.92º degrees, saturation: 0.64, 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 #2DCAAD is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 202 | 173 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.21 |
| HSL | 168.92º | 0.64% | 0.48% | - |
| HSV(B) | 168.92º | 0.78% | 0.79% | - |
| XYZ | 29.75 | 45.82 | 46.81 | - |
| YUV | 151.75 | 139.99 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 173 | 0.78 | 0 | 0.14 | 0.21 | 168.92 | 0.64 | 0.48 |
| Hex | 2D | CA | AD | 4E | 0 | E | 15 | A9 | 40 | 30 |
| Octal | 55 | 312 | 255 | 116 | 0 | 16 | 25 | 251 | 100 | 60 |
| Binary | 101101 | 11001010 | 10101101 | 1001110 | 0 | 1110 | 10101 | 10101001 | 1000000 | 110000 |
Color Harmonies of #2DCAAD
Complementary color
Monochromatic Colors of #2DCAAD
Black with #2DCAAD
Text Example
Text Example
White with #2DCAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCAAD; }
p { color: rgb(45,202,173); }
H1.HeaderClassName
{
color: #2DCAAD;
}
.AnyTagClassName
{
color: #2DCAAD;
}
</style>
background-color css
<style>
a { background-color: #2DCAAD; }
a { background-color: rgb(45,202,173); }
div.DivClassName
{
background-color: #2DCAAD;
}
.BgClassName
{
background-color: #2DCAAD;
}
</style>
border-color css
<style>
span { border-color: #2DCAAD; }
span { border-color: rgb(45,202,173); }
td.TdClassName
{
border-color: #2DCAAD;
}
.TagClassName
{
border-color: #2DCAAD;
}
</style>