Shades of Shamrock #2ACDB0
Tints of Shamrock #2ACDB0
RGB
CMYK
RGB Variations
Color information
#2ACDB0 (or 0x2ACDB0) is known color: Shamrock. HEX triplet: 2A, CD and B0. RGB value is (42,205,176). Sum of RGB (Red+Green+Blue) = 42+205+176=423 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.93% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 176 (69.14% from 255 or 41.61% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACDB0 is #D5324F. Grayscale: #989898. Windows color (decimal): -13972048 or 11586858. OLE color: 11586858.
HSL color Cylindrical-coordinate representation of color #2ACDB0: hue angle of 169.33º 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 #2ACDB0 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 176 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.20 |
| HSL | 169.33º | 0.66% | 0.48% | - |
| HSV(B) | 169.33º | 0.8% | 0.8% | - |
| XYZ | 30.62 | 47.29 | 48.59 | - |
| YUV | 152.96 | 141 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 176 | 0.80 | 0 | 0.14 | 0.20 | 169.33 | 0.66 | 0.48 |
| Hex | 2A | CD | B0 | 50 | 0 | E | 14 | A9 | 42 | 30 |
| Octal | 52 | 315 | 260 | 120 | 0 | 16 | 24 | 251 | 102 | 60 |
| Binary | 101010 | 11001101 | 10110000 | 1010000 | 0 | 1110 | 10100 | 10101001 | 1000010 | 110000 |
Color Harmonies of #2ACDB0
Complementary color
Monochromatic Colors of #2ACDB0
Black with #2ACDB0
Text Example
Text Example
White with #2ACDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACDB0; }
p { color: rgb(42,205,176); }
H1.HeaderClassName
{
color: #2ACDB0;
}
.AnyTagClassName
{
color: #2ACDB0;
}
</style>
background-color css
<style>
a { background-color: #2ACDB0; }
a { background-color: rgb(42,205,176); }
div.DivClassName
{
background-color: #2ACDB0;
}
.BgClassName
{
background-color: #2ACDB0;
}
</style>
border-color css
<style>
span { border-color: #2ACDB0; }
span { border-color: rgb(42,205,176); }
td.TdClassName
{
border-color: #2ACDB0;
}
.TagClassName
{
border-color: #2ACDB0;
}
</style>