Shades of Shamrock #42CAA0
Tints of Shamrock #42CAA0
RGB
CMYK
RGB Variations
Color information
#42CAA0 (or 0x42CAA0) is known color: Shamrock. HEX triplet: 42, CA and A0. RGB value is (66,202,160). Sum of RGB (Red+Green+Blue) = 66+202+160=428 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.42% from 428); Green value is 202 (79.30% from 255 or 47.20% from 428); Blue value is 160 (62.89% from 255 or 37.38% from 428); Max value from RGB is 202 - color contains mainly: green. Hex color #42CAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CAA0 is #BD355F. Grayscale: #9C9C9C. Windows color (decimal): -12399968 or 10537538. OLE color: 10537538.
HSL color Cylindrical-coordinate representation of color #42CAA0: hue angle of 161.47º 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 #42CAA0 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 202 | 160 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.21 |
| HSL | 161.47º | 0.56% | 0.53% | - |
| HSV(B) | 161.47º | 0.67% | 0.79% | - |
| XYZ | 29.71 | 45.94 | 40.56 | - |
| YUV | 156.55 | 129.94 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 160 | 0.67 | 0 | 0.21 | 0.21 | 161.47 | 0.56 | 0.53 |
| Hex | 42 | CA | A0 | 43 | 0 | 15 | 15 | A1 | 38 | 35 |
| Octal | 102 | 312 | 240 | 103 | 0 | 25 | 25 | 241 | 70 | 65 |
| Binary | 1000010 | 11001010 | 10100000 | 1000011 | 0 | 10101 | 10101 | 10100001 | 111000 | 110101 |
Color Harmonies of #42CAA0
Complementary color
Monochromatic Colors of #42CAA0
Black with #42CAA0
Text Example
Text Example
White with #42CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CAA0; }
p { color: rgb(66,202,160); }
H1.HeaderClassName
{
color: #42CAA0;
}
.AnyTagClassName
{
color: #42CAA0;
}
</style>
background-color css
<style>
a { background-color: #42CAA0; }
a { background-color: rgb(66,202,160); }
div.DivClassName
{
background-color: #42CAA0;
}
.BgClassName
{
background-color: #42CAA0;
}
</style>
border-color css
<style>
span { border-color: #42CAA0; }
span { border-color: rgb(66,202,160); }
td.TdClassName
{
border-color: #42CAA0;
}
.TagClassName
{
border-color: #42CAA0;
}
</style>