Shades of Shamrock #42E6AC
Tints of Shamrock #42E6AC
RGB
CMYK
RGB Variations
Color information
#42E6AC (or 0x42E6AC) is known color: Shamrock. HEX triplet: 42, E6 and AC. RGB value is (66,230,172). Sum of RGB (Red+Green+Blue) = 66+230+172=468 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.10% from 468); Green value is 230 (90.23% from 255 or 49.15% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 230 - color contains mainly: green. Hex color #42E6AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E6AC is #BD1953. Grayscale: #AEAEAE. Windows color (decimal): -12392788 or 11331138. OLE color: 11331138.
HSL color Cylindrical-coordinate representation of color #42E6AC: hue angle of 158.78º 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 #42E6AC is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 230 | 172 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.10 |
| HSL | 158.78º | 0.77% | 0.58% | - |
| HSV(B) | 158.78º | 0.71% | 0.9% | - |
| XYZ | 37.99 | 60.73 | 48.75 | - |
| YUV | 174.35 | 126.67 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 230 | 172 | 0.71 | 0 | 0.25 | 0.10 | 158.78 | 0.77 | 0.58 |
| Hex | 42 | E6 | AC | 47 | 0 | 19 | A | 9F | 4D | 3A |
| Octal | 102 | 346 | 254 | 107 | 0 | 31 | 12 | 237 | 115 | 72 |
| Binary | 1000010 | 11100110 | 10101100 | 1000111 | 0 | 11001 | 1010 | 10011111 | 1001101 | 111010 |
Color Harmonies of #42E6AC
Complementary color
Monochromatic Colors of #42E6AC
Black with #42E6AC
Text Example
Text Example
White with #42E6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E6AC; }
p { color: rgb(66,230,172); }
H1.HeaderClassName
{
color: #42E6AC;
}
.AnyTagClassName
{
color: #42E6AC;
}
</style>
background-color css
<style>
a { background-color: #42E6AC; }
a { background-color: rgb(66,230,172); }
div.DivClassName
{
background-color: #42E6AC;
}
.BgClassName
{
background-color: #42E6AC;
}
</style>
border-color css
<style>
span { border-color: #42E6AC; }
span { border-color: rgb(66,230,172); }
td.TdClassName
{
border-color: #42E6AC;
}
.TagClassName
{
border-color: #42E6AC;
}
</style>