Shades of Shamrock #42FAA8
Tints of Shamrock #42FAA8
RGB
CMYK
RGB Variations
Color information
#42FAA8 (or 0x42FAA8) is known color: Shamrock. HEX triplet: 42, FA and A8. RGB value is (66,250,168). Sum of RGB (Red+Green+Blue) = 66+250+168=484 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.64% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 168 (66.02% from 255 or 34.71% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #42FAA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FAA8 is #BD0557. Grayscale: #B9B9B9. Windows color (decimal): -12387672 or 11074114. OLE color: 11074114.
HSL color Cylindrical-coordinate representation of color #42FAA8: hue angle of 153.26º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FAA8 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 168 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.02 |
| HSL | 153.26º | 0.95% | 0.62% | - |
| HSV(B) | 153.26º | 0.74% | 0.98% | - |
| XYZ | 43.5 | 72.36 | 48.72 | - |
| YUV | 185.64 | 118.04 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 168 | 0.74 | 0 | 0.33 | 0.02 | 153.26 | 0.95 | 0.62 |
| Hex | 42 | FA | A8 | 4A | 0 | 21 | 2 | 99 | 5F | 3E |
| Octal | 102 | 372 | 250 | 112 | 0 | 41 | 2 | 231 | 137 | 76 |
| Binary | 1000010 | 11111010 | 10101000 | 1001010 | 0 | 100001 | 10 | 10011001 | 1011111 | 111110 |
Color Harmonies of #42FAA8
Complementary color
Monochromatic Colors of #42FAA8
Black with #42FAA8
Text Example
Text Example
White with #42FAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FAA8; }
p { color: rgb(66,250,168); }
H1.HeaderClassName
{
color: #42FAA8;
}
.AnyTagClassName
{
color: #42FAA8;
}
</style>
background-color css
<style>
a { background-color: #42FAA8; }
a { background-color: rgb(66,250,168); }
div.DivClassName
{
background-color: #42FAA8;
}
.BgClassName
{
background-color: #42FAA8;
}
</style>
border-color css
<style>
span { border-color: #42FAA8; }
span { border-color: rgb(66,250,168); }
td.TdClassName
{
border-color: #42FAA8;
}
.TagClassName
{
border-color: #42FAA8;
}
</style>