Shades of Shamrock #42DFAA
Tints of Shamrock #42DFAA
RGB
CMYK
RGB Variations
Color information
#42DFAA (or 0x42DFAA) is known color: Shamrock. HEX triplet: 42, DF and AA. RGB value is (66,223,170). Sum of RGB (Red+Green+Blue) = 66+223+170=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DFAA is #BD2055. Grayscale: #AAAAAA. Windows color (decimal): -12394582 or 11198274. OLE color: 11198274.
HSL color Cylindrical-coordinate representation of color #42DFAA: hue angle of 159.75º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DFAA is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 223 | 170 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.13 |
| HSL | 159.75º | 0.71% | 0.57% | - |
| HSV(B) | 159.75º | 0.7% | 0.87% | - |
| XYZ | 35.89 | 56.84 | 47.11 | - |
| YUV | 170.02 | 127.99 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 223 | 170 | 0.70 | 0 | 0.24 | 0.13 | 159.75 | 0.71 | 0.57 |
| Hex | 42 | DF | AA | 46 | 0 | 18 | D | A0 | 47 | 39 |
| Octal | 102 | 337 | 252 | 106 | 0 | 30 | 15 | 240 | 107 | 71 |
| Binary | 1000010 | 11011111 | 10101010 | 1000110 | 0 | 11000 | 1101 | 10100000 | 1000111 | 111001 |
Color Harmonies of #42DFAA
Complementary color
Monochromatic Colors of #42DFAA
Black with #42DFAA
Text Example
Text Example
White with #42DFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DFAA; }
p { color: rgb(66,223,170); }
H1.HeaderClassName
{
color: #42DFAA;
}
.AnyTagClassName
{
color: #42DFAA;
}
</style>
background-color css
<style>
a { background-color: #42DFAA; }
a { background-color: rgb(66,223,170); }
div.DivClassName
{
background-color: #42DFAA;
}
.BgClassName
{
background-color: #42DFAA;
}
</style>
border-color css
<style>
span { border-color: #42DFAA; }
span { border-color: rgb(66,223,170); }
td.TdClassName
{
border-color: #42DFAA;
}
.TagClassName
{
border-color: #42DFAA;
}
</style>