Shades of Shamrock #42DCAA
Tints of Shamrock #42DCAA
RGB
CMYK
RGB Variations
Color information
#42DCAA (or 0x42DCAA) is known color: Shamrock. HEX triplet: 42, DC and AA. RGB value is (66,220,170). Sum of RGB (Red+Green+Blue) = 66+220+170=456 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.47% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #42DCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DCAA is #BD2355. Grayscale: #A8A8A8. Windows color (decimal): -12395350 or 11197506. OLE color: 11197506.
HSL color Cylindrical-coordinate representation of color #42DCAA: hue angle of 160.52º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DCAA is Cyan = 0.7, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 220 | 170 | - |
| CMYK | 0.7 | 0 | 0.23 | 0.14 |
| HSL | 160.52º | 0.69% | 0.56% | - |
| HSV(B) | 160.52º | 0.7% | 0.86% | - |
| XYZ | 35.1 | 55.25 | 46.84 | - |
| YUV | 168.25 | 128.98 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 220 | 170 | 0.7 | 0 | 0.23 | 0.14 | 160.52 | 0.69 | 0.56 |
| Hex | 42 | DC | AA | 46 | 0 | 17 | E | A1 | 45 | 38 |
| Octal | 102 | 334 | 252 | 106 | 0 | 27 | 16 | 241 | 105 | 70 |
| Binary | 1000010 | 11011100 | 10101010 | 1000110 | 0 | 10111 | 1110 | 10100001 | 1000101 | 111000 |
Color Harmonies of #42DCAA
Complementary color
Monochromatic Colors of #42DCAA
Black with #42DCAA
Text Example
Text Example
White with #42DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DCAA; }
p { color: rgb(66,220,170); }
H1.HeaderClassName
{
color: #42DCAA;
}
.AnyTagClassName
{
color: #42DCAA;
}
</style>
background-color css
<style>
a { background-color: #42DCAA; }
a { background-color: rgb(66,220,170); }
div.DivClassName
{
background-color: #42DCAA;
}
.BgClassName
{
background-color: #42DCAA;
}
</style>
border-color css
<style>
span { border-color: #42DCAA; }
span { border-color: rgb(66,220,170); }
td.TdClassName
{
border-color: #42DCAA;
}
.TagClassName
{
border-color: #42DCAA;
}
</style>