Shades of Shamrock #42CBA0
Tints of Shamrock #42CBA0
RGB
CMYK
RGB Variations
Color information
#42CBA0 (or 0x42CBA0) is known color: Shamrock. HEX triplet: 42, CB and A0. RGB value is (66,203,160). Sum of RGB (Red+Green+Blue) = 66+203+160=429 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.38% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #42CBA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CBA0 is #BD345F. Grayscale: #9D9D9D. Windows color (decimal): -12399712 or 10537794. OLE color: 10537794.
HSL color Cylindrical-coordinate representation of color #42CBA0: hue angle of 161.17º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CBA0 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 160 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.20 |
| HSL | 161.17º | 0.57% | 0.53% | - |
| HSV(B) | 161.17º | 0.67% | 0.8% | - |
| XYZ | 29.95 | 46.41 | 40.64 | - |
| YUV | 157.14 | 129.61 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 160 | 0.67 | 0 | 0.21 | 0.20 | 161.17 | 0.57 | 0.53 |
| Hex | 42 | CB | A0 | 43 | 0 | 15 | 14 | A1 | 39 | 35 |
| Octal | 102 | 313 | 240 | 103 | 0 | 25 | 24 | 241 | 71 | 65 |
| Binary | 1000010 | 11001011 | 10100000 | 1000011 | 0 | 10101 | 10100 | 10100001 | 111001 | 110101 |
Color Harmonies of #42CBA0
Complementary color
Monochromatic Colors of #42CBA0
Black with #42CBA0
Text Example
Text Example
White with #42CBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CBA0; }
p { color: rgb(66,203,160); }
H1.HeaderClassName
{
color: #42CBA0;
}
.AnyTagClassName
{
color: #42CBA0;
}
</style>
background-color css
<style>
a { background-color: #42CBA0; }
a { background-color: rgb(66,203,160); }
div.DivClassName
{
background-color: #42CBA0;
}
.BgClassName
{
background-color: #42CBA0;
}
</style>
border-color css
<style>
span { border-color: #42CBA0; }
span { border-color: rgb(66,203,160); }
td.TdClassName
{
border-color: #42CBA0;
}
.TagClassName
{
border-color: #42CBA0;
}
</style>