Shades of Shamrock #42CAA4
Tints of Shamrock #42CAA4
RGB
CMYK
RGB Variations
Color information
#42CAA4 (or 0x42CAA4) is known color: Shamrock. HEX triplet: 42, CA and A4. RGB value is (66,202,164). Sum of RGB (Red+Green+Blue) = 66+202+164=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #42CAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CAA4 is #BD355B. Grayscale: #9D9D9D. Windows color (decimal): -12399964 or 10799682. OLE color: 10799682.
HSL color Cylindrical-coordinate representation of color #42CAA4: hue angle of 163.24º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CAA4 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 202 | 164 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.21 |
| HSL | 163.24º | 0.56% | 0.53% | - |
| HSV(B) | 163.24º | 0.67% | 0.79% | - |
| XYZ | 30.07 | 46.08 | 42.43 | - |
| YUV | 157 | 131.94 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 164 | 0.67 | 0 | 0.19 | 0.21 | 163.24 | 0.56 | 0.53 |
| Hex | 42 | CA | A4 | 43 | 0 | 13 | 15 | A3 | 38 | 35 |
| Octal | 102 | 312 | 244 | 103 | 0 | 23 | 25 | 243 | 70 | 65 |
| Binary | 1000010 | 11001010 | 10100100 | 1000011 | 0 | 10011 | 10101 | 10100011 | 111000 | 110101 |
Color Harmonies of #42CAA4
Complementary color
Monochromatic Colors of #42CAA4
Black with #42CAA4
Text Example
Text Example
White with #42CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CAA4; }
p { color: rgb(66,202,164); }
H1.HeaderClassName
{
color: #42CAA4;
}
.AnyTagClassName
{
color: #42CAA4;
}
</style>
background-color css
<style>
a { background-color: #42CAA4; }
a { background-color: rgb(66,202,164); }
div.DivClassName
{
background-color: #42CAA4;
}
.BgClassName
{
background-color: #42CAA4;
}
</style>
border-color css
<style>
span { border-color: #42CAA4; }
span { border-color: rgb(66,202,164); }
td.TdClassName
{
border-color: #42CAA4;
}
.TagClassName
{
border-color: #42CAA4;
}
</style>