Shades of Shamrock #42D4AB
Tints of Shamrock #42D4AB
RGB
CMYK
RGB Variations
Color information
#42D4AB (or 0x42D4AB) is known color: Shamrock. HEX triplet: 42, D4 and AB. RGB value is (66,212,171). Sum of RGB (Red+Green+Blue) = 66+212+171=449 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.70% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 212 - color contains mainly: green. Hex color #42D4AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D4AB is #BD2B54. Grayscale: #A3A3A3. Windows color (decimal): -12397397 or 11260994. OLE color: 11260994.
HSL color Cylindrical-coordinate representation of color #42D4AB: hue angle of 163.15º 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 #42D4AB is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 212 | 171 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.17 |
| HSL | 163.15º | 0.63% | 0.55% | - |
| HSV(B) | 163.15º | 0.69% | 0.83% | - |
| XYZ | 33.14 | 51.19 | 46.66 | - |
| YUV | 163.67 | 132.13 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 212 | 171 | 0.69 | 0 | 0.19 | 0.17 | 163.15 | 0.63 | 0.55 |
| Hex | 42 | D4 | AB | 45 | 0 | 13 | 11 | A3 | 3F | 37 |
| Octal | 102 | 324 | 253 | 105 | 0 | 23 | 21 | 243 | 77 | 67 |
| Binary | 1000010 | 11010100 | 10101011 | 1000101 | 0 | 10011 | 10001 | 10100011 | 111111 | 110111 |
Color Harmonies of #42D4AB
Complementary color
Monochromatic Colors of #42D4AB
Black with #42D4AB
Text Example
Text Example
White with #42D4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D4AB; }
p { color: rgb(66,212,171); }
H1.HeaderClassName
{
color: #42D4AB;
}
.AnyTagClassName
{
color: #42D4AB;
}
</style>
background-color css
<style>
a { background-color: #42D4AB; }
a { background-color: rgb(66,212,171); }
div.DivClassName
{
background-color: #42D4AB;
}
.BgClassName
{
background-color: #42D4AB;
}
</style>
border-color css
<style>
span { border-color: #42D4AB; }
span { border-color: rgb(66,212,171); }
td.TdClassName
{
border-color: #42D4AB;
}
.TagClassName
{
border-color: #42D4AB;
}
</style>