Shades of Shamrock #42DBAA
Tints of Shamrock #42DBAA
RGB
CMYK
RGB Variations
Color information
#42DBAA (or 0x42DBAA) is known color: Shamrock. HEX triplet: 42, DB and AA. RGB value is (66,219,170). Sum of RGB (Red+Green+Blue) = 66+219+170=455 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.51% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #42DBAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DBAA is #BD2455. Grayscale: #A7A7A7. Windows color (decimal): -12395606 or 11197250. OLE color: 11197250.
HSL color Cylindrical-coordinate representation of color #42DBAA: hue angle of 160.78º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DBAA is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 219 | 170 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.14 |
| HSL | 160.78º | 0.68% | 0.56% | - |
| HSV(B) | 160.78º | 0.7% | 0.86% | - |
| XYZ | 34.83 | 54.72 | 46.76 | - |
| YUV | 167.67 | 129.31 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 170 | 0.70 | 0 | 0.22 | 0.14 | 160.78 | 0.68 | 0.56 |
| Hex | 42 | DB | AA | 46 | 0 | 16 | E | A1 | 44 | 38 |
| Octal | 102 | 333 | 252 | 106 | 0 | 26 | 16 | 241 | 104 | 70 |
| Binary | 1000010 | 11011011 | 10101010 | 1000110 | 0 | 10110 | 1110 | 10100001 | 1000100 | 111000 |
Color Harmonies of #42DBAA
Complementary color
Monochromatic Colors of #42DBAA
Black with #42DBAA
Text Example
Text Example
White with #42DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DBAA; }
p { color: rgb(66,219,170); }
H1.HeaderClassName
{
color: #42DBAA;
}
.AnyTagClassName
{
color: #42DBAA;
}
</style>
background-color css
<style>
a { background-color: #42DBAA; }
a { background-color: rgb(66,219,170); }
div.DivClassName
{
background-color: #42DBAA;
}
.BgClassName
{
background-color: #42DBAA;
}
</style>
border-color css
<style>
span { border-color: #42DBAA; }
span { border-color: rgb(66,219,170); }
td.TdClassName
{
border-color: #42DBAA;
}
.TagClassName
{
border-color: #42DBAA;
}
</style>