Shades of Shamrock #42D0AD
Tints of Shamrock #42D0AD
RGB
CMYK
RGB Variations
Color information
#42D0AD (or 0x42D0AD) is known color: Shamrock. HEX triplet: 42, D0 and AD. RGB value is (66,208,173). Sum of RGB (Red+Green+Blue) = 66+208+173=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 208 (81.64% from 255 or 46.53% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 208 - color contains mainly: green. Hex color #42D0AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D0AD is #BD2F52. Grayscale: #A1A1A1. Windows color (decimal): -12398419 or 11391042. OLE color: 11391042.
HSL color Cylindrical-coordinate representation of color #42D0AD: hue angle of 165.21º 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 #42D0AD is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 173 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.18 |
| HSL | 165.21º | 0.6% | 0.54% | - |
| HSV(B) | 165.21º | 0.68% | 0.82% | - |
| XYZ | 32.35 | 49.29 | 47.34 | - |
| YUV | 161.55 | 134.46 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 173 | 0.68 | 0 | 0.17 | 0.18 | 165.21 | 0.6 | 0.54 |
| Hex | 42 | D0 | AD | 44 | 0 | 11 | 12 | A5 | 3C | 36 |
| Octal | 102 | 320 | 255 | 104 | 0 | 21 | 22 | 245 | 74 | 66 |
| Binary | 1000010 | 11010000 | 10101101 | 1000100 | 0 | 10001 | 10010 | 10100101 | 111100 | 110110 |
Color Harmonies of #42D0AD
Complementary color
Monochromatic Colors of #42D0AD
Black with #42D0AD
Text Example
Text Example
White with #42D0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D0AD; }
p { color: rgb(66,208,173); }
H1.HeaderClassName
{
color: #42D0AD;
}
.AnyTagClassName
{
color: #42D0AD;
}
</style>
background-color css
<style>
a { background-color: #42D0AD; }
a { background-color: rgb(66,208,173); }
div.DivClassName
{
background-color: #42D0AD;
}
.BgClassName
{
background-color: #42D0AD;
}
</style>
border-color css
<style>
span { border-color: #42D0AD; }
span { border-color: rgb(66,208,173); }
td.TdClassName
{
border-color: #42D0AD;
}
.TagClassName
{
border-color: #42D0AD;
}
</style>