Shades of Shamrock #42D4AD
Tints of Shamrock #42D4AD
RGB
CMYK
RGB Variations
Color information
#42D4AD (or 0x42D4AD) is known color: Shamrock. HEX triplet: 42, D4 and AD. RGB value is (66,212,173). Sum of RGB (Red+Green+Blue) = 66+212+173=451 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.63% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #42D4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D4AD is #BD2B52. Grayscale: #A3A3A3. Windows color (decimal): -12397395 or 11392066. OLE color: 11392066.
HSL color Cylindrical-coordinate representation of color #42D4AD: hue angle of 163.97º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D4AD is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 212 | 173 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.17 |
| HSL | 163.97º | 0.63% | 0.55% | - |
| HSV(B) | 163.97º | 0.69% | 0.83% | - |
| XYZ | 33.33 | 51.26 | 47.67 | - |
| YUV | 163.9 | 133.13 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 212 | 173 | 0.69 | 0 | 0.18 | 0.17 | 163.97 | 0.63 | 0.55 |
| Hex | 42 | D4 | AD | 45 | 0 | 12 | 11 | A4 | 3F | 37 |
| Octal | 102 | 324 | 255 | 105 | 0 | 22 | 21 | 244 | 77 | 67 |
| Binary | 1000010 | 11010100 | 10101101 | 1000101 | 0 | 10010 | 10001 | 10100100 | 111111 | 110111 |
Color Harmonies of #42D4AD
Complementary color
Monochromatic Colors of #42D4AD
Black with #42D4AD
Text Example
Text Example
White with #42D4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D4AD; }
p { color: rgb(66,212,173); }
H1.HeaderClassName
{
color: #42D4AD;
}
.AnyTagClassName
{
color: #42D4AD;
}
</style>
background-color css
<style>
a { background-color: #42D4AD; }
a { background-color: rgb(66,212,173); }
div.DivClassName
{
background-color: #42D4AD;
}
.BgClassName
{
background-color: #42D4AD;
}
</style>
border-color css
<style>
span { border-color: #42D4AD; }
span { border-color: rgb(66,212,173); }
td.TdClassName
{
border-color: #42D4AD;
}
.TagClassName
{
border-color: #42D4AD;
}
</style>