Shades of Shamrock #42CDAC
Tints of Shamrock #42CDAC
RGB
CMYK
RGB Variations
Color information
#42CDAC (or 0x42CDAC) is known color: Shamrock. HEX triplet: 42, CD and AC. RGB value is (66,205,172). Sum of RGB (Red+Green+Blue) = 66+205+172=443 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.90% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #42CDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CDAC is #BD3253. Grayscale: #9F9F9F. Windows color (decimal): -12399188 or 11324738. OLE color: 11324738.
HSL color Cylindrical-coordinate representation of color #42CDAC: hue angle of 165.76º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CDAC is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 205 | 172 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.20 |
| HSL | 165.76º | 0.58% | 0.53% | - |
| HSV(B) | 165.76º | 0.68% | 0.8% | - |
| XYZ | 31.52 | 47.8 | 46.59 | - |
| YUV | 159.68 | 134.95 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 205 | 172 | 0.68 | 0 | 0.16 | 0.20 | 165.76 | 0.58 | 0.53 |
| Hex | 42 | CD | AC | 44 | 0 | 10 | 14 | A6 | 3A | 35 |
| Octal | 102 | 315 | 254 | 104 | 0 | 20 | 24 | 246 | 72 | 65 |
| Binary | 1000010 | 11001101 | 10101100 | 1000100 | 0 | 10000 | 10100 | 10100110 | 111010 | 110101 |
Color Harmonies of #42CDAC
Complementary color
Monochromatic Colors of #42CDAC
Black with #42CDAC
Text Example
Text Example
White with #42CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CDAC; }
p { color: rgb(66,205,172); }
H1.HeaderClassName
{
color: #42CDAC;
}
.AnyTagClassName
{
color: #42CDAC;
}
</style>
background-color css
<style>
a { background-color: #42CDAC; }
a { background-color: rgb(66,205,172); }
div.DivClassName
{
background-color: #42CDAC;
}
.BgClassName
{
background-color: #42CDAC;
}
</style>
border-color css
<style>
span { border-color: #42CDAC; }
span { border-color: rgb(66,205,172); }
td.TdClassName
{
border-color: #42CDAC;
}
.TagClassName
{
border-color: #42CDAC;
}
</style>