Shades of Shamrock #42D0A6
Tints of Shamrock #42D0A6
RGB
CMYK
RGB Variations
Color information
#42D0A6 (or 0x42D0A6) is known color: Shamrock. HEX triplet: 42, D0 and A6. RGB value is (66,208,166). Sum of RGB (Red+Green+Blue) = 66+208+166=440 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #42D0A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D0A6 is #BD2F59. Grayscale: #A0A0A0. Windows color (decimal): -12398426 or 10932290. OLE color: 10932290.
HSL color Cylindrical-coordinate representation of color #42D0A6: hue angle of 162.25º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D0A6 is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 166 | - |
| CMYK | 0.68 | 0 | 0.20 | 0.18 |
| HSL | 162.25º | 0.6% | 0.54% | - |
| HSV(B) | 162.25º | 0.68% | 0.82% | - |
| XYZ | 31.69 | 49.02 | 43.87 | - |
| YUV | 160.75 | 130.96 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 166 | 0.68 | 0 | 0.20 | 0.18 | 162.25 | 0.6 | 0.54 |
| Hex | 42 | D0 | A6 | 44 | 0 | 14 | 12 | A2 | 3C | 36 |
| Octal | 102 | 320 | 246 | 104 | 0 | 24 | 22 | 242 | 74 | 66 |
| Binary | 1000010 | 11010000 | 10100110 | 1000100 | 0 | 10100 | 10010 | 10100010 | 111100 | 110110 |
Color Harmonies of #42D0A6
Complementary color
Monochromatic Colors of #42D0A6
Black with #42D0A6
Text Example
Text Example
White with #42D0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D0A6; }
p { color: rgb(66,208,166); }
H1.HeaderClassName
{
color: #42D0A6;
}
.AnyTagClassName
{
color: #42D0A6;
}
</style>
background-color css
<style>
a { background-color: #42D0A6; }
a { background-color: rgb(66,208,166); }
div.DivClassName
{
background-color: #42D0A6;
}
.BgClassName
{
background-color: #42D0A6;
}
</style>
border-color css
<style>
span { border-color: #42D0A6; }
span { border-color: rgb(66,208,166); }
td.TdClassName
{
border-color: #42D0A6;
}
.TagClassName
{
border-color: #42D0A6;
}
</style>