Shades of Shamrock #42DBA1
Tints of Shamrock #42DBA1
RGB
CMYK
RGB Variations
Color information
#42DBA1 (or 0x42DBA1) is known color: Shamrock. HEX triplet: 42, DB and A1. RGB value is (66,219,161). Sum of RGB (Red+Green+Blue) = 66+219+161=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #42DBA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DBA1 is #BD245E. Grayscale: #A6A6A6. Windows color (decimal): -12395615 or 10607426. OLE color: 10607426.
HSL color Cylindrical-coordinate representation of color #42DBA1: hue angle of 157.25º 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 #42DBA1 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 219 | 161 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.14 |
| HSL | 157.25º | 0.68% | 0.56% | - |
| HSV(B) | 157.25º | 0.7% | 0.86% | - |
| XYZ | 34.01 | 54.39 | 42.42 | - |
| YUV | 166.64 | 124.81 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 161 | 0.70 | 0 | 0.26 | 0.14 | 157.25 | 0.68 | 0.56 |
| Hex | 42 | DB | A1 | 46 | 0 | 1A | E | 9D | 44 | 38 |
| Octal | 102 | 333 | 241 | 106 | 0 | 32 | 16 | 235 | 104 | 70 |
| Binary | 1000010 | 11011011 | 10100001 | 1000110 | 0 | 11010 | 1110 | 10011101 | 1000100 | 111000 |
Color Harmonies of #42DBA1
Complementary color
Monochromatic Colors of #42DBA1
Black with #42DBA1
Text Example
Text Example
White with #42DBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DBA1; }
p { color: rgb(66,219,161); }
H1.HeaderClassName
{
color: #42DBA1;
}
.AnyTagClassName
{
color: #42DBA1;
}
</style>
background-color css
<style>
a { background-color: #42DBA1; }
a { background-color: rgb(66,219,161); }
div.DivClassName
{
background-color: #42DBA1;
}
.BgClassName
{
background-color: #42DBA1;
}
</style>
border-color css
<style>
span { border-color: #42DBA1; }
span { border-color: rgb(66,219,161); }
td.TdClassName
{
border-color: #42DBA1;
}
.TagClassName
{
border-color: #42DBA1;
}
</style>