Shades of Shamrock #42D8AF
Tints of Shamrock #42D8AF
RGB
CMYK
RGB Variations
Color information
#42D8AF (or 0x42D8AF) is known color: Shamrock. HEX triplet: 42, D8 and AF. RGB value is (66,216,175). Sum of RGB (Red+Green+Blue) = 66+216+175=457 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.44% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 216 - color contains mainly: green. Hex color #42D8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D8AF is #BD2750. Grayscale: #A6A6A6. Windows color (decimal): -12396369 or 11524162. OLE color: 11524162.
HSL color Cylindrical-coordinate representation of color #42D8AF: hue angle of 163.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D8AF is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 175 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.15 |
| HSL | 163.6º | 0.66% | 0.55% | - |
| HSV(B) | 163.6º | 0.69% | 0.85% | - |
| XYZ | 34.54 | 53.37 | 49.04 | - |
| YUV | 166.48 | 132.81 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 175 | 0.69 | 0 | 0.19 | 0.15 | 163.6 | 0.66 | 0.55 |
| Hex | 42 | D8 | AF | 45 | 0 | 13 | F | A4 | 42 | 37 |
| Octal | 102 | 330 | 257 | 105 | 0 | 23 | 17 | 244 | 102 | 67 |
| Binary | 1000010 | 11011000 | 10101111 | 1000101 | 0 | 10011 | 1111 | 10100100 | 1000010 | 110111 |
Color Harmonies of #42D8AF
Complementary color
Monochromatic Colors of #42D8AF
Black with #42D8AF
Text Example
Text Example
White with #42D8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D8AF; }
p { color: rgb(66,216,175); }
H1.HeaderClassName
{
color: #42D8AF;
}
.AnyTagClassName
{
color: #42D8AF;
}
</style>
background-color css
<style>
a { background-color: #42D8AF; }
a { background-color: rgb(66,216,175); }
div.DivClassName
{
background-color: #42D8AF;
}
.BgClassName
{
background-color: #42D8AF;
}
</style>
border-color css
<style>
span { border-color: #42D8AF; }
span { border-color: rgb(66,216,175); }
td.TdClassName
{
border-color: #42D8AF;
}
.TagClassName
{
border-color: #42D8AF;
}
</style>