Shades of Shamrock #2ACDAD
Tints of Shamrock #2ACDAD
RGB
CMYK
RGB Variations
Color information
#2ACDAD (or 0x2ACDAD) is known color: Shamrock. HEX triplet: 2A, CD and AD. RGB value is (42,205,173). Sum of RGB (Red+Green+Blue) = 42+205+173=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACDAD is #D53252. Grayscale: #989898. Windows color (decimal): -13972051 or 11390250. OLE color: 11390250.
HSL color Cylindrical-coordinate representation of color #2ACDAD: hue angle of 168.22º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACDAD is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 173 | - |
| CMYK | 0.80 | 0 | 0.16 | 0.20 |
| HSL | 168.22º | 0.66% | 0.48% | - |
| HSV(B) | 168.22º | 0.8% | 0.8% | - |
| XYZ | 30.33 | 47.17 | 47.04 | - |
| YUV | 152.62 | 139.5 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 173 | 0.80 | 0 | 0.16 | 0.20 | 168.22 | 0.66 | 0.48 |
| Hex | 2A | CD | AD | 50 | 0 | 10 | 14 | A8 | 42 | 30 |
| Octal | 52 | 315 | 255 | 120 | 0 | 20 | 24 | 250 | 102 | 60 |
| Binary | 101010 | 11001101 | 10101101 | 1010000 | 0 | 10000 | 10100 | 10101000 | 1000010 | 110000 |
Color Harmonies of #2ACDAD
Complementary color
Monochromatic Colors of #2ACDAD
Black with #2ACDAD
Text Example
Text Example
White with #2ACDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACDAD; }
p { color: rgb(42,205,173); }
H1.HeaderClassName
{
color: #2ACDAD;
}
.AnyTagClassName
{
color: #2ACDAD;
}
</style>
background-color css
<style>
a { background-color: #2ACDAD; }
a { background-color: rgb(42,205,173); }
div.DivClassName
{
background-color: #2ACDAD;
}
.BgClassName
{
background-color: #2ACDAD;
}
</style>
border-color css
<style>
span { border-color: #2ACDAD; }
span { border-color: rgb(42,205,173); }
td.TdClassName
{
border-color: #2ACDAD;
}
.TagClassName
{
border-color: #2ACDAD;
}
</style>