Shades of Shamrock #42D0AC
Tints of Shamrock #42D0AC
RGB
CMYK
RGB Variations
Color information
#42D0AC (or 0x42D0AC) is known color: Shamrock. HEX triplet: 42, D0 and AC. RGB value is (66,208,172). Sum of RGB (Red+Green+Blue) = 66+208+172=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #42D0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D0AC is #BD2F53. Grayscale: #A1A1A1. Windows color (decimal): -12398420 or 11325506. OLE color: 11325506.
HSL color Cylindrical-coordinate representation of color #42D0AC: hue angle of 164.79º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D0AC is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 172 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.18 |
| HSL | 164.79º | 0.6% | 0.54% | - |
| HSV(B) | 164.79º | 0.68% | 0.82% | - |
| XYZ | 32.25 | 49.25 | 46.84 | - |
| YUV | 161.44 | 133.96 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 172 | 0.68 | 0 | 0.17 | 0.18 | 164.79 | 0.6 | 0.54 |
| Hex | 42 | D0 | AC | 44 | 0 | 11 | 12 | A5 | 3C | 36 |
| Octal | 102 | 320 | 254 | 104 | 0 | 21 | 22 | 245 | 74 | 66 |
| Binary | 1000010 | 11010000 | 10101100 | 1000100 | 0 | 10001 | 10010 | 10100101 | 111100 | 110110 |
Color Harmonies of #42D0AC
Complementary color
Monochromatic Colors of #42D0AC
Black with #42D0AC
Text Example
Text Example
White with #42D0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D0AC; }
p { color: rgb(66,208,172); }
H1.HeaderClassName
{
color: #42D0AC;
}
.AnyTagClassName
{
color: #42D0AC;
}
</style>
background-color css
<style>
a { background-color: #42D0AC; }
a { background-color: rgb(66,208,172); }
div.DivClassName
{
background-color: #42D0AC;
}
.BgClassName
{
background-color: #42D0AC;
}
</style>
border-color css
<style>
span { border-color: #42D0AC; }
span { border-color: rgb(66,208,172); }
td.TdClassName
{
border-color: #42D0AC;
}
.TagClassName
{
border-color: #42D0AC;
}
</style>