Shades of Shamrock #42C29B
Tints of Shamrock #42C29B
RGB
CMYK
RGB Variations
Color information
#42C29B (or 0x42C29B) is known color: Shamrock. HEX triplet: 42, C2 and 9B. RGB value is (66,194,155). Sum of RGB (Red+Green+Blue) = 66+194+155=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 194 - color contains mainly: green. Hex color #42C29B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C29B is #BD3D64. Grayscale: #979797. Windows color (decimal): -12402021 or 10207810. OLE color: 10207810.
HSL color Cylindrical-coordinate representation of color #42C29B: hue angle of 161.72º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C29B is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 194 | 155 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.24 |
| HSL | 161.72º | 0.51% | 0.51% | - |
| HSV(B) | 161.72º | 0.66% | 0.76% | - |
| XYZ | 27.45 | 42.11 | 37.69 | - |
| YUV | 151.28 | 130.09 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 194 | 155 | 0.66 | 0 | 0.20 | 0.24 | 161.72 | 0.51 | 0.51 |
| Hex | 42 | C2 | 9B | 42 | 0 | 14 | 18 | A2 | 33 | 33 |
| Octal | 102 | 302 | 233 | 102 | 0 | 24 | 30 | 242 | 63 | 63 |
| Binary | 1000010 | 11000010 | 10011011 | 1000010 | 0 | 10100 | 11000 | 10100010 | 110011 | 110011 |
Color Harmonies of #42C29B
Complementary color
Monochromatic Colors of #42C29B
Black with #42C29B
Text Example
Text Example
White with #42C29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C29B; }
p { color: rgb(66,194,155); }
H1.HeaderClassName
{
color: #42C29B;
}
.AnyTagClassName
{
color: #42C29B;
}
</style>
background-color css
<style>
a { background-color: #42C29B; }
a { background-color: rgb(66,194,155); }
div.DivClassName
{
background-color: #42C29B;
}
.BgClassName
{
background-color: #42C29B;
}
</style>
border-color css
<style>
span { border-color: #42C29B; }
span { border-color: rgb(66,194,155); }
td.TdClassName
{
border-color: #42C29B;
}
.TagClassName
{
border-color: #42C29B;
}
</style>