Shades of Shamrock #42C69B
Tints of Shamrock #42C69B
RGB
CMYK
RGB Variations
Color information
#42C69B (or 0x42C69B) is known color: Shamrock. HEX triplet: 42, C6 and 9B. RGB value is (66,198,155). Sum of RGB (Red+Green+Blue) = 66+198+155=419 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.75% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #42C69B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C69B is #BD3964. Grayscale: #999999. Windows color (decimal): -12400997 or 10208834. OLE color: 10208834.
HSL color Cylindrical-coordinate representation of color #42C69B: hue angle of 160.45º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C69B is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 198 | 155 | - |
| CMYK | 0.67 | 0 | 0.22 | 0.22 |
| HSL | 160.45º | 0.54% | 0.52% | - |
| HSV(B) | 160.45º | 0.67% | 0.78% | - |
| XYZ | 28.36 | 43.91 | 37.99 | - |
| YUV | 153.63 | 128.77 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 198 | 155 | 0.67 | 0 | 0.22 | 0.22 | 160.45 | 0.54 | 0.52 |
| Hex | 42 | C6 | 9B | 43 | 0 | 16 | 16 | A0 | 36 | 34 |
| Octal | 102 | 306 | 233 | 103 | 0 | 26 | 26 | 240 | 66 | 64 |
| Binary | 1000010 | 11000110 | 10011011 | 1000011 | 0 | 10110 | 10110 | 10100000 | 110110 | 110100 |
Color Harmonies of #42C69B
Complementary color
Monochromatic Colors of #42C69B
Black with #42C69B
Text Example
Text Example
White with #42C69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C69B; }
p { color: rgb(66,198,155); }
H1.HeaderClassName
{
color: #42C69B;
}
.AnyTagClassName
{
color: #42C69B;
}
</style>
background-color css
<style>
a { background-color: #42C69B; }
a { background-color: rgb(66,198,155); }
div.DivClassName
{
background-color: #42C69B;
}
.BgClassName
{
background-color: #42C69B;
}
</style>
border-color css
<style>
span { border-color: #42C69B; }
span { border-color: rgb(66,198,155); }
td.TdClassName
{
border-color: #42C69B;
}
.TagClassName
{
border-color: #42C69B;
}
</style>