Shades of Shamrock #2ACDAB
Tints of Shamrock #2ACDAB
RGB
CMYK
RGB Variations
Color information
#2ACDAB (or 0x2ACDAB) is known color: Shamrock. HEX triplet: 2A, CD and AB. RGB value is (42,205,171). Sum of RGB (Red+Green+Blue) = 42+205+171=418 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.05% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACDAB is #D53254. Grayscale: #989898. Windows color (decimal): -13972053 or 11259178. OLE color: 11259178.
HSL color Cylindrical-coordinate representation of color #2ACDAB: hue angle of 167.48º 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 #2ACDAB is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 171 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.20 |
| HSL | 167.48º | 0.66% | 0.48% | - |
| HSV(B) | 167.48º | 0.8% | 0.8% | - |
| XYZ | 30.14 | 47.1 | 46.03 | - |
| YUV | 152.39 | 138.5 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 171 | 0.80 | 0 | 0.17 | 0.20 | 167.48 | 0.66 | 0.48 |
| Hex | 2A | CD | AB | 50 | 0 | 11 | 14 | A7 | 42 | 30 |
| Octal | 52 | 315 | 253 | 120 | 0 | 21 | 24 | 247 | 102 | 60 |
| Binary | 101010 | 11001101 | 10101011 | 1010000 | 0 | 10001 | 10100 | 10100111 | 1000010 | 110000 |
Color Harmonies of #2ACDAB
Complementary color
Monochromatic Colors of #2ACDAB
Black with #2ACDAB
Text Example
Text Example
White with #2ACDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACDAB; }
p { color: rgb(42,205,171); }
H1.HeaderClassName
{
color: #2ACDAB;
}
.AnyTagClassName
{
color: #2ACDAB;
}
</style>
background-color css
<style>
a { background-color: #2ACDAB; }
a { background-color: rgb(42,205,171); }
div.DivClassName
{
background-color: #2ACDAB;
}
.BgClassName
{
background-color: #2ACDAB;
}
</style>
border-color css
<style>
span { border-color: #2ACDAB; }
span { border-color: rgb(42,205,171); }
td.TdClassName
{
border-color: #2ACDAB;
}
.TagClassName
{
border-color: #2ACDAB;
}
</style>