Shades of Shamrock #42EEAB
Tints of Shamrock #42EEAB
RGB
CMYK
RGB Variations
Color information
#42EEAB (or 0x42EEAB) is known color: Shamrock. HEX triplet: 42, EE and AB. RGB value is (66,238,171). Sum of RGB (Red+Green+Blue) = 66+238+171=475 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.89% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #42EEAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42EEAB is #BD1154. Grayscale: #B3B3B3. Windows color (decimal): -12390741 or 11267650. OLE color: 11267650.
HSL color Cylindrical-coordinate representation of color #42EEAB: hue angle of 156.63º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EEAB is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 238 | 171 | - |
| CMYK | 0.72 | 0 | 0.28 | 0.07 |
| HSL | 156.63º | 0.83% | 0.6% | - |
| HSV(B) | 156.63º | 0.72% | 0.93% | - |
| XYZ | 40.17 | 65.25 | 49 | - |
| YUV | 178.93 | 123.52 | 47.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 238 | 171 | 0.72 | 0 | 0.28 | 0.07 | 156.63 | 0.83 | 0.6 |
| Hex | 42 | EE | AB | 48 | 0 | 1C | 7 | 9D | 53 | 3C |
| Octal | 102 | 356 | 253 | 110 | 0 | 34 | 7 | 235 | 123 | 74 |
| Binary | 1000010 | 11101110 | 10101011 | 1001000 | 0 | 11100 | 111 | 10011101 | 1010011 | 111100 |
Color Harmonies of #42EEAB
Complementary color
Monochromatic Colors of #42EEAB
Black with #42EEAB
Text Example
Text Example
White with #42EEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EEAB; }
p { color: rgb(66,238,171); }
H1.HeaderClassName
{
color: #42EEAB;
}
.AnyTagClassName
{
color: #42EEAB;
}
</style>
background-color css
<style>
a { background-color: #42EEAB; }
a { background-color: rgb(66,238,171); }
div.DivClassName
{
background-color: #42EEAB;
}
.BgClassName
{
background-color: #42EEAB;
}
</style>
border-color css
<style>
span { border-color: #42EEAB; }
span { border-color: rgb(66,238,171); }
td.TdClassName
{
border-color: #42EEAB;
}
.TagClassName
{
border-color: #42EEAB;
}
</style>