Shades of Shamrock #42DAAF
Tints of Shamrock #42DAAF
RGB
CMYK
RGB Variations
Color information
#42DAAF (or 0x42DAAF) is known color: Shamrock. HEX triplet: 42, DA and AF. RGB value is (66,218,175). Sum of RGB (Red+Green+Blue) = 66+218+175=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #42DAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DAAF is #BD2550. Grayscale: #A7A7A7. Windows color (decimal): -12395857 or 11524674. OLE color: 11524674.
HSL color Cylindrical-coordinate representation of color #42DAAF: hue angle of 163.03º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DAAF is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 218 | 175 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.15 |
| HSL | 163.03º | 0.67% | 0.56% | - |
| HSV(B) | 163.03º | 0.7% | 0.85% | - |
| XYZ | 35.06 | 54.4 | 49.21 | - |
| YUV | 167.65 | 132.14 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 218 | 175 | 0.70 | 0 | 0.20 | 0.15 | 163.03 | 0.67 | 0.56 |
| Hex | 42 | DA | AF | 46 | 0 | 14 | F | A3 | 43 | 38 |
| Octal | 102 | 332 | 257 | 106 | 0 | 24 | 17 | 243 | 103 | 70 |
| Binary | 1000010 | 11011010 | 10101111 | 1000110 | 0 | 10100 | 1111 | 10100011 | 1000011 | 111000 |
Color Harmonies of #42DAAF
Complementary color
Monochromatic Colors of #42DAAF
Black with #42DAAF
Text Example
Text Example
White with #42DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DAAF; }
p { color: rgb(66,218,175); }
H1.HeaderClassName
{
color: #42DAAF;
}
.AnyTagClassName
{
color: #42DAAF;
}
</style>
background-color css
<style>
a { background-color: #42DAAF; }
a { background-color: rgb(66,218,175); }
div.DivClassName
{
background-color: #42DAAF;
}
.BgClassName
{
background-color: #42DAAF;
}
</style>
border-color css
<style>
span { border-color: #42DAAF; }
span { border-color: rgb(66,218,175); }
td.TdClassName
{
border-color: #42DAAF;
}
.TagClassName
{
border-color: #42DAAF;
}
</style>