Shades of Shamrock #2ACFAB
Tints of Shamrock #2ACFAB
RGB
CMYK
RGB Variations
Color information
#2ACFAB (or 0x2ACFAB) is known color: Shamrock. HEX triplet: 2A, CF and AB. RGB value is (42,207,171). Sum of RGB (Red+Green+Blue) = 42+207+171=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACFAB is #D53054. Grayscale: #999999. Windows color (decimal): -13971541 or 11259690. OLE color: 11259690.
HSL color Cylindrical-coordinate representation of color #2ACFAB: hue angle of 166.91º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACFAB is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 171 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.19 |
| HSL | 166.91º | 0.66% | 0.49% | - |
| HSV(B) | 166.91º | 0.8% | 0.81% | - |
| XYZ | 30.62 | 48.06 | 46.19 | - |
| YUV | 153.56 | 137.84 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 171 | 0.80 | 0 | 0.17 | 0.19 | 166.91 | 0.66 | 0.49 |
| Hex | 2A | CF | AB | 50 | 0 | 11 | 13 | A7 | 42 | 31 |
| Octal | 52 | 317 | 253 | 120 | 0 | 21 | 23 | 247 | 102 | 61 |
| Binary | 101010 | 11001111 | 10101011 | 1010000 | 0 | 10001 | 10011 | 10100111 | 1000010 | 110001 |
Color Harmonies of #2ACFAB
Complementary color
Monochromatic Colors of #2ACFAB
Black with #2ACFAB
Text Example
Text Example
White with #2ACFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACFAB; }
p { color: rgb(42,207,171); }
H1.HeaderClassName
{
color: #2ACFAB;
}
.AnyTagClassName
{
color: #2ACFAB;
}
</style>
background-color css
<style>
a { background-color: #2ACFAB; }
a { background-color: rgb(42,207,171); }
div.DivClassName
{
background-color: #2ACFAB;
}
.BgClassName
{
background-color: #2ACFAB;
}
</style>
border-color css
<style>
span { border-color: #2ACFAB; }
span { border-color: rgb(42,207,171); }
td.TdClassName
{
border-color: #2ACFAB;
}
.TagClassName
{
border-color: #2ACFAB;
}
</style>