Shades of Shamrock #42CBA1
Tints of Shamrock #42CBA1
RGB
CMYK
RGB Variations
Color information
#42CBA1 (or 0x42CBA1) is known color: Shamrock. HEX triplet: 42, CB and A1. RGB value is (66,203,161). Sum of RGB (Red+Green+Blue) = 66+203+161=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #42CBA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CBA1 is #BD345E. Grayscale: #9D9D9D. Windows color (decimal): -12399711 or 10603330. OLE color: 10603330.
HSL color Cylindrical-coordinate representation of color #42CBA1: hue angle of 161.61º 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 #42CBA1 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 161 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.20 |
| HSL | 161.61º | 0.57% | 0.53% | - |
| HSV(B) | 161.61º | 0.67% | 0.8% | - |
| XYZ | 30.04 | 46.44 | 41.1 | - |
| YUV | 157.25 | 130.11 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 161 | 0.67 | 0 | 0.21 | 0.20 | 161.61 | 0.57 | 0.53 |
| Hex | 42 | CB | A1 | 43 | 0 | 15 | 14 | A2 | 39 | 35 |
| Octal | 102 | 313 | 241 | 103 | 0 | 25 | 24 | 242 | 71 | 65 |
| Binary | 1000010 | 11001011 | 10100001 | 1000011 | 0 | 10101 | 10100 | 10100010 | 111001 | 110101 |
Color Harmonies of #42CBA1
Complementary color
Monochromatic Colors of #42CBA1
Black with #42CBA1
Text Example
Text Example
White with #42CBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CBA1; }
p { color: rgb(66,203,161); }
H1.HeaderClassName
{
color: #42CBA1;
}
.AnyTagClassName
{
color: #42CBA1;
}
</style>
background-color css
<style>
a { background-color: #42CBA1; }
a { background-color: rgb(66,203,161); }
div.DivClassName
{
background-color: #42CBA1;
}
.BgClassName
{
background-color: #42CBA1;
}
</style>
border-color css
<style>
span { border-color: #42CBA1; }
span { border-color: rgb(66,203,161); }
td.TdClassName
{
border-color: #42CBA1;
}
.TagClassName
{
border-color: #42CBA1;
}
</style>