Shades of Shamrock #42C5A3
Tints of Shamrock #42C5A3
RGB
CMYK
RGB Variations
Color information
#42C5A3 (or 0x42C5A3) is known color: Shamrock. HEX triplet: 42, C5 and A3. RGB value is (66,197,163). Sum of RGB (Red+Green+Blue) = 66+197+163=426 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.49% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 197 - color contains mainly: green. Hex color #42C5A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C5A3 is #BD3A5C. Grayscale: #999999. Windows color (decimal): -12401245 or 10732866. OLE color: 10732866.
HSL color Cylindrical-coordinate representation of color #42C5A3: hue angle of 164.43º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C5A3 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 66 | 197 | 163 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.23 |
| HSL | 164.43º | 0.53% | 0.52% | - |
| HSV(B) | 164.43º | 0.66% | 0.77% | - |
| XYZ | 28.82 | 43.74 | 41.57 | - |
| YUV | 153.96 | 133.1 | 65.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 197 | 163 | 0.66 | 0 | 0.17 | 0.23 | 164.43 | 0.53 | 0.52 |
| Hex | 42 | C5 | A3 | 42 | 0 | 11 | 17 | A4 | 35 | 34 |
| Octal | 102 | 305 | 243 | 102 | 0 | 21 | 27 | 244 | 65 | 64 |
| Binary | 1000010 | 11000101 | 10100011 | 1000010 | 0 | 10001 | 10111 | 10100100 | 110101 | 110100 |
Color Harmonies of #42C5A3
Complementary color
Monochromatic Colors of #42C5A3
Black with #42C5A3
Text Example
Text Example
White with #42C5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C5A3; }
p { color: rgb(66,197,163); }
H1.HeaderClassName
{
color: #42C5A3;
}
.AnyTagClassName
{
color: #42C5A3;
}
</style>
background-color css
<style>
a { background-color: #42C5A3; }
a { background-color: rgb(66,197,163); }
div.DivClassName
{
background-color: #42C5A3;
}
.BgClassName
{
background-color: #42C5A3;
}
</style>
border-color css
<style>
span { border-color: #42C5A3; }
span { border-color: rgb(66,197,163); }
td.TdClassName
{
border-color: #42C5A3;
}
.TagClassName
{
border-color: #42C5A3;
}
</style>