Shades of Shamrock #42D3AC
Tints of Shamrock #42D3AC
RGB
CMYK
RGB Variations
Color information
#42D3AC (or 0x42D3AC) is known color: Shamrock. HEX triplet: 42, D3 and AC. RGB value is (66,211,172). Sum of RGB (Red+Green+Blue) = 66+211+172=449 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.70% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #42D3AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D3AC is #BD2C53. Grayscale: #A3A3A3. Windows color (decimal): -12397652 or 11326274. OLE color: 11326274.
HSL color Cylindrical-coordinate representation of color #42D3AC: hue angle of 163.86º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D3AC is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 211 | 172 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.17 |
| HSL | 163.86º | 0.62% | 0.54% | - |
| HSV(B) | 163.86º | 0.69% | 0.83% | - |
| XYZ | 32.99 | 50.73 | 47.08 | - |
| YUV | 163.2 | 132.96 | 58.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 211 | 172 | 0.69 | 0 | 0.18 | 0.17 | 163.86 | 0.62 | 0.54 |
| Hex | 42 | D3 | AC | 45 | 0 | 12 | 11 | A4 | 3E | 36 |
| Octal | 102 | 323 | 254 | 105 | 0 | 22 | 21 | 244 | 76 | 66 |
| Binary | 1000010 | 11010011 | 10101100 | 1000101 | 0 | 10010 | 10001 | 10100100 | 111110 | 110110 |
Color Harmonies of #42D3AC
Complementary color
Monochromatic Colors of #42D3AC
Black with #42D3AC
Text Example
Text Example
White with #42D3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D3AC; }
p { color: rgb(66,211,172); }
H1.HeaderClassName
{
color: #42D3AC;
}
.AnyTagClassName
{
color: #42D3AC;
}
</style>
background-color css
<style>
a { background-color: #42D3AC; }
a { background-color: rgb(66,211,172); }
div.DivClassName
{
background-color: #42D3AC;
}
.BgClassName
{
background-color: #42D3AC;
}
</style>
border-color css
<style>
span { border-color: #42D3AC; }
span { border-color: rgb(66,211,172); }
td.TdClassName
{
border-color: #42D3AC;
}
.TagClassName
{
border-color: #42D3AC;
}
</style>