Shades of Shamrock #42ECA8
Tints of Shamrock #42ECA8
RGB
CMYK
RGB Variations
Color information
#42ECA8 (or 0x42ECA8) is known color: Shamrock. HEX triplet: 42, EC and A8. RGB value is (66,236,168). Sum of RGB (Red+Green+Blue) = 66+236+168=470 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.04% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42ECA8 is #BD1357. Grayscale: #B1B1B1. Windows color (decimal): -12391256 or 11070530. OLE color: 11070530.
HSL color Cylindrical-coordinate representation of color #42ECA8: hue angle of 156º 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 #42ECA8 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 168 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.07 |
| HSL | 156º | 0.82% | 0.59% | - |
| HSV(B) | 156º | 0.72% | 0.93% | - |
| XYZ | 39.31 | 63.98 | 47.32 | - |
| YUV | 177.42 | 122.68 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 168 | 0.72 | 0 | 0.29 | 0.07 | 156 | 0.82 | 0.59 |
| Hex | 42 | EC | A8 | 48 | 0 | 1D | 7 | 9C | 52 | 3B |
| Octal | 102 | 354 | 250 | 110 | 0 | 35 | 7 | 234 | 122 | 73 |
| Binary | 1000010 | 11101100 | 10101000 | 1001000 | 0 | 11101 | 111 | 10011100 | 1010010 | 111011 |
Color Harmonies of #42ECA8
Complementary color
Monochromatic Colors of #42ECA8
Black with #42ECA8
Text Example
Text Example
White with #42ECA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ECA8; }
p { color: rgb(66,236,168); }
H1.HeaderClassName
{
color: #42ECA8;
}
.AnyTagClassName
{
color: #42ECA8;
}
</style>
background-color css
<style>
a { background-color: #42ECA8; }
a { background-color: rgb(66,236,168); }
div.DivClassName
{
background-color: #42ECA8;
}
.BgClassName
{
background-color: #42ECA8;
}
</style>
border-color css
<style>
span { border-color: #42ECA8; }
span { border-color: rgb(66,236,168); }
td.TdClassName
{
border-color: #42ECA8;
}
.TagClassName
{
border-color: #42ECA8;
}
</style>