Shades of Shamrock #42EAAF
Tints of Shamrock #42EAAF
RGB
CMYK
RGB Variations
Color information
#42EAAF (or 0x42EAAF) is known color: Shamrock. HEX triplet: 42, EA and AF. RGB value is (66,234,175). Sum of RGB (Red+Green+Blue) = 66+234+175=475 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.89% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #42EAAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42EAAF is #BD1550. Grayscale: #B1B1B1. Windows color (decimal): -12391761 or 11528770. OLE color: 11528770.
HSL color Cylindrical-coordinate representation of color #42EAAF: hue angle of 158.93º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EAAF is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 234 | 175 | - |
| CMYK | 0.72 | 0 | 0.25 | 0.08 |
| HSL | 158.93º | 0.8% | 0.59% | - |
| HSV(B) | 158.93º | 0.72% | 0.92% | - |
| XYZ | 39.41 | 63.1 | 50.66 | - |
| YUV | 177.04 | 126.84 | 48.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 234 | 175 | 0.72 | 0 | 0.25 | 0.08 | 158.93 | 0.8 | 0.59 |
| Hex | 42 | EA | AF | 48 | 0 | 19 | 8 | 9F | 50 | 3B |
| Octal | 102 | 352 | 257 | 110 | 0 | 31 | 10 | 237 | 120 | 73 |
| Binary | 1000010 | 11101010 | 10101111 | 1001000 | 0 | 11001 | 1000 | 10011111 | 1010000 | 111011 |
Color Harmonies of #42EAAF
Complementary color
Monochromatic Colors of #42EAAF
Black with #42EAAF
Text Example
Text Example
White with #42EAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EAAF; }
p { color: rgb(66,234,175); }
H1.HeaderClassName
{
color: #42EAAF;
}
.AnyTagClassName
{
color: #42EAAF;
}
</style>
background-color css
<style>
a { background-color: #42EAAF; }
a { background-color: rgb(66,234,175); }
div.DivClassName
{
background-color: #42EAAF;
}
.BgClassName
{
background-color: #42EAAF;
}
</style>
border-color css
<style>
span { border-color: #42EAAF; }
span { border-color: rgb(66,234,175); }
td.TdClassName
{
border-color: #42EAAF;
}
.TagClassName
{
border-color: #42EAAF;
}
</style>