Shades of Shamrock #42DBA3
Tints of Shamrock #42DBA3
RGB
CMYK
RGB Variations
Color information
#42DBA3 (or 0x42DBA3) is known color: Shamrock. HEX triplet: 42, DB and A3. RGB value is (66,219,163). Sum of RGB (Red+Green+Blue) = 66+219+163=448 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.73% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #42DBA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DBA3 is #BD245C. Grayscale: #A6A6A6. Windows color (decimal): -12395613 or 10738498. OLE color: 10738498.
HSL color Cylindrical-coordinate representation of color #42DBA3: hue angle of 158.04º 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 #42DBA3 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 219 | 163 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.14 |
| HSL | 158.04º | 0.68% | 0.56% | - |
| HSV(B) | 158.04º | 0.7% | 0.86% | - |
| XYZ | 34.19 | 54.47 | 43.36 | - |
| YUV | 166.87 | 125.81 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 163 | 0.70 | 0 | 0.26 | 0.14 | 158.04 | 0.68 | 0.56 |
| Hex | 42 | DB | A3 | 46 | 0 | 1A | E | 9E | 44 | 38 |
| Octal | 102 | 333 | 243 | 106 | 0 | 32 | 16 | 236 | 104 | 70 |
| Binary | 1000010 | 11011011 | 10100011 | 1000110 | 0 | 11010 | 1110 | 10011110 | 1000100 | 111000 |
Color Harmonies of #42DBA3
Complementary color
Monochromatic Colors of #42DBA3
Black with #42DBA3
Text Example
Text Example
White with #42DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DBA3; }
p { color: rgb(66,219,163); }
H1.HeaderClassName
{
color: #42DBA3;
}
.AnyTagClassName
{
color: #42DBA3;
}
</style>
background-color css
<style>
a { background-color: #42DBA3; }
a { background-color: rgb(66,219,163); }
div.DivClassName
{
background-color: #42DBA3;
}
.BgClassName
{
background-color: #42DBA3;
}
</style>
border-color css
<style>
span { border-color: #42DBA3; }
span { border-color: rgb(66,219,163); }
td.TdClassName
{
border-color: #42DBA3;
}
.TagClassName
{
border-color: #42DBA3;
}
</style>