Shades of Shamrock #42ECAC
Tints of Shamrock #42ECAC
RGB
CMYK
RGB Variations
Color information
#42ECAC (or 0x42ECAC) is known color: Shamrock. HEX triplet: 42, EC and AC. RGB value is (66,236,172). Sum of RGB (Red+Green+Blue) = 66+236+172=474 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.92% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42ECAC is #BD1353. Grayscale: #B1B1B1. Windows color (decimal): -12391252 or 11332674. OLE color: 11332674.
HSL color Cylindrical-coordinate representation of color #42ECAC: hue angle of 157.41º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42ECAC is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 172 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.07 |
| HSL | 157.41º | 0.82% | 0.59% | - |
| HSV(B) | 157.41º | 0.72% | 0.93% | - |
| XYZ | 39.69 | 64.13 | 49.32 | - |
| YUV | 177.87 | 124.68 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 172 | 0.72 | 0 | 0.27 | 0.07 | 157.41 | 0.82 | 0.59 |
| Hex | 42 | EC | AC | 48 | 0 | 1B | 7 | 9D | 52 | 3B |
| Octal | 102 | 354 | 254 | 110 | 0 | 33 | 7 | 235 | 122 | 73 |
| Binary | 1000010 | 11101100 | 10101100 | 1001000 | 0 | 11011 | 111 | 10011101 | 1010010 | 111011 |
Color Harmonies of #42ECAC
Complementary color
Monochromatic Colors of #42ECAC
Black with #42ECAC
Text Example
Text Example
White with #42ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ECAC; }
p { color: rgb(66,236,172); }
H1.HeaderClassName
{
color: #42ECAC;
}
.AnyTagClassName
{
color: #42ECAC;
}
</style>
background-color css
<style>
a { background-color: #42ECAC; }
a { background-color: rgb(66,236,172); }
div.DivClassName
{
background-color: #42ECAC;
}
.BgClassName
{
background-color: #42ECAC;
}
</style>
border-color css
<style>
span { border-color: #42ECAC; }
span { border-color: rgb(66,236,172); }
td.TdClassName
{
border-color: #42ECAC;
}
.TagClassName
{
border-color: #42ECAC;
}
</style>