Shades of Shamrock #42E6AA
Tints of Shamrock #42E6AA
RGB
CMYK
RGB Variations
Color information
#42E6AA (or 0x42E6AA) is known color: Shamrock. HEX triplet: 42, E6 and AA. RGB value is (66,230,170). Sum of RGB (Red+Green+Blue) = 66+230+170=466 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.16% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #42E6AA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E6AA is #BD1955. Grayscale: #AEAEAE. Windows color (decimal): -12392790 or 11200066. OLE color: 11200066.
HSL color Cylindrical-coordinate representation of color #42E6AA: hue angle of 158.05º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E6AA is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 230 | 170 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.10 |
| HSL | 158.05º | 0.77% | 0.58% | - |
| HSV(B) | 158.05º | 0.71% | 0.9% | - |
| XYZ | 37.8 | 60.65 | 47.75 | - |
| YUV | 174.12 | 125.67 | 50.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 230 | 170 | 0.71 | 0 | 0.26 | 0.10 | 158.05 | 0.77 | 0.58 |
| Hex | 42 | E6 | AA | 47 | 0 | 1A | A | 9E | 4D | 3A |
| Octal | 102 | 346 | 252 | 107 | 0 | 32 | 12 | 236 | 115 | 72 |
| Binary | 1000010 | 11100110 | 10101010 | 1000111 | 0 | 11010 | 1010 | 10011110 | 1001101 | 111010 |
Color Harmonies of #42E6AA
Complementary color
Monochromatic Colors of #42E6AA
Black with #42E6AA
Text Example
Text Example
White with #42E6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E6AA; }
p { color: rgb(66,230,170); }
H1.HeaderClassName
{
color: #42E6AA;
}
.AnyTagClassName
{
color: #42E6AA;
}
</style>
background-color css
<style>
a { background-color: #42E6AA; }
a { background-color: rgb(66,230,170); }
div.DivClassName
{
background-color: #42E6AA;
}
.BgClassName
{
background-color: #42E6AA;
}
</style>
border-color css
<style>
span { border-color: #42E6AA; }
span { border-color: rgb(66,230,170); }
td.TdClassName
{
border-color: #42E6AA;
}
.TagClassName
{
border-color: #42E6AA;
}
</style>