Shades of Shamrock #2ACCB0
Tints of Shamrock #2ACCB0
RGB
CMYK
RGB Variations
Color information
#2ACCB0 (or 0x2ACCB0) is known color: Shamrock. HEX triplet: 2A, CC and B0. RGB value is (42,204,176). Sum of RGB (Red+Green+Blue) = 42+204+176=422 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.95% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACCB0 is #D5334F. Grayscale: #989898. Windows color (decimal): -13972304 or 11586602. OLE color: 11586602.
HSL color Cylindrical-coordinate representation of color #2ACCB0: hue angle of 169.63º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACCB0 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 204 | 176 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.2 |
| HSL | 169.63º | 0.66% | 0.48% | - |
| HSV(B) | 169.63º | 0.79% | 0.8% | - |
| XYZ | 30.38 | 46.81 | 48.51 | - |
| YUV | 152.37 | 141.33 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 176 | 0.79 | 0 | 0.14 | 0.2 | 169.63 | 0.66 | 0.48 |
| Hex | 2A | CC | B0 | 4F | 0 | E | 14 | AA | 42 | 30 |
| Octal | 52 | 314 | 260 | 117 | 0 | 16 | 24 | 252 | 102 | 60 |
| Binary | 101010 | 11001100 | 10110000 | 1001111 | 0 | 1110 | 10100 | 10101010 | 1000010 | 110000 |
Color Harmonies of #2ACCB0
Complementary color
Monochromatic Colors of #2ACCB0
Black with #2ACCB0
Text Example
Text Example
White with #2ACCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACCB0; }
p { color: rgb(42,204,176); }
H1.HeaderClassName
{
color: #2ACCB0;
}
.AnyTagClassName
{
color: #2ACCB0;
}
</style>
background-color css
<style>
a { background-color: #2ACCB0; }
a { background-color: rgb(42,204,176); }
div.DivClassName
{
background-color: #2ACCB0;
}
.BgClassName
{
background-color: #2ACCB0;
}
</style>
border-color css
<style>
span { border-color: #2ACCB0; }
span { border-color: rgb(42,204,176); }
td.TdClassName
{
border-color: #2ACCB0;
}
.TagClassName
{
border-color: #2ACCB0;
}
</style>