Shades of Shamrock #42D2AA
Tints of Shamrock #42D2AA
RGB
CMYK
RGB Variations
Color information
#42D2AA (or 0x42D2AA) is known color: Shamrock. HEX triplet: 42, D2 and AA. RGB value is (66,210,170). Sum of RGB (Red+Green+Blue) = 66+210+170=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #42D2AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D2AA is #BD2D55. Grayscale: #A2A2A2. Windows color (decimal): -12397910 or 11194946. OLE color: 11194946.
HSL color Cylindrical-coordinate representation of color #42D2AA: hue angle of 163.33º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D2AA is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 210 | 170 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.18 |
| HSL | 163.33º | 0.62% | 0.54% | - |
| HSV(B) | 163.33º | 0.69% | 0.82% | - |
| XYZ | 32.55 | 50.15 | 46 | - |
| YUV | 162.38 | 132.29 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 210 | 170 | 0.69 | 0 | 0.19 | 0.18 | 163.33 | 0.62 | 0.54 |
| Hex | 42 | D2 | AA | 45 | 0 | 13 | 12 | A3 | 3E | 36 |
| Octal | 102 | 322 | 252 | 105 | 0 | 23 | 22 | 243 | 76 | 66 |
| Binary | 1000010 | 11010010 | 10101010 | 1000101 | 0 | 10011 | 10010 | 10100011 | 111110 | 110110 |
Color Harmonies of #42D2AA
Complementary color
Monochromatic Colors of #42D2AA
Black with #42D2AA
Text Example
Text Example
White with #42D2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D2AA; }
p { color: rgb(66,210,170); }
H1.HeaderClassName
{
color: #42D2AA;
}
.AnyTagClassName
{
color: #42D2AA;
}
</style>
background-color css
<style>
a { background-color: #42D2AA; }
a { background-color: rgb(66,210,170); }
div.DivClassName
{
background-color: #42D2AA;
}
.BgClassName
{
background-color: #42D2AA;
}
</style>
border-color css
<style>
span { border-color: #42D2AA; }
span { border-color: rgb(66,210,170); }
td.TdClassName
{
border-color: #42D2AA;
}
.TagClassName
{
border-color: #42D2AA;
}
</style>