Shades of Shamrock #42D0A3
Tints of Shamrock #42D0A3
RGB
CMYK
RGB Variations
Color information
#42D0A3 (or 0x42D0A3) is known color: Shamrock. HEX triplet: 42, D0 and A3. RGB value is (66,208,163). Sum of RGB (Red+Green+Blue) = 66+208+163=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #42D0A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D0A3 is #BD2F5C. Grayscale: #A0A0A0. Windows color (decimal): -12398429 or 10735682. OLE color: 10735682.
HSL color Cylindrical-coordinate representation of color #42D0A3: hue angle of 160.99º 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 #42D0A3 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 163 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.18 |
| HSL | 160.99º | 0.6% | 0.54% | - |
| HSV(B) | 160.99º | 0.68% | 0.82% | - |
| XYZ | 31.41 | 48.91 | 42.44 | - |
| YUV | 160.41 | 129.46 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 163 | 0.68 | 0 | 0.22 | 0.18 | 160.99 | 0.6 | 0.54 |
| Hex | 42 | D0 | A3 | 44 | 0 | 16 | 12 | A1 | 3C | 36 |
| Octal | 102 | 320 | 243 | 104 | 0 | 26 | 22 | 241 | 74 | 66 |
| Binary | 1000010 | 11010000 | 10100011 | 1000100 | 0 | 10110 | 10010 | 10100001 | 111100 | 110110 |
Color Harmonies of #42D0A3
Complementary color
Monochromatic Colors of #42D0A3
Black with #42D0A3
Text Example
Text Example
White with #42D0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D0A3; }
p { color: rgb(66,208,163); }
H1.HeaderClassName
{
color: #42D0A3;
}
.AnyTagClassName
{
color: #42D0A3;
}
</style>
background-color css
<style>
a { background-color: #42D0A3; }
a { background-color: rgb(66,208,163); }
div.DivClassName
{
background-color: #42D0A3;
}
.BgClassName
{
background-color: #42D0A3;
}
</style>
border-color css
<style>
span { border-color: #42D0A3; }
span { border-color: rgb(66,208,163); }
td.TdClassName
{
border-color: #42D0A3;
}
.TagClassName
{
border-color: #42D0A3;
}
</style>