Shades of Shamrock #42CFA1
Tints of Shamrock #42CFA1
RGB
CMYK
RGB Variations
Color information
#42CFA1 (or 0x42CFA1) is known color: Shamrock. HEX triplet: 42, CF and A1. RGB value is (66,207,161). Sum of RGB (Red+Green+Blue) = 66+207+161=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 161 (63.28% from 255 or 37.10% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #42CFA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CFA1 is #BD305E. Grayscale: #9F9F9F. Windows color (decimal): -12398687 or 10604354. OLE color: 10604354.
HSL color Cylindrical-coordinate representation of color #42CFA1: hue angle of 160.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CFA1 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 207 | 161 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.19 |
| HSL | 160.43º | 0.59% | 0.54% | - |
| HSV(B) | 160.43º | 0.68% | 0.81% | - |
| XYZ | 30.99 | 48.36 | 41.42 | - |
| YUV | 159.6 | 128.79 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 161 | 0.68 | 0 | 0.22 | 0.19 | 160.43 | 0.59 | 0.54 |
| Hex | 42 | CF | A1 | 44 | 0 | 16 | 13 | A0 | 3B | 36 |
| Octal | 102 | 317 | 241 | 104 | 0 | 26 | 23 | 240 | 73 | 66 |
| Binary | 1000010 | 11001111 | 10100001 | 1000100 | 0 | 10110 | 10011 | 10100000 | 111011 | 110110 |
Color Harmonies of #42CFA1
Complementary color
Monochromatic Colors of #42CFA1
Black with #42CFA1
Text Example
Text Example
White with #42CFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CFA1; }
p { color: rgb(66,207,161); }
H1.HeaderClassName
{
color: #42CFA1;
}
.AnyTagClassName
{
color: #42CFA1;
}
</style>
background-color css
<style>
a { background-color: #42CFA1; }
a { background-color: rgb(66,207,161); }
div.DivClassName
{
background-color: #42CFA1;
}
.BgClassName
{
background-color: #42CFA1;
}
</style>
border-color css
<style>
span { border-color: #42CFA1; }
span { border-color: rgb(66,207,161); }
td.TdClassName
{
border-color: #42CFA1;
}
.TagClassName
{
border-color: #42CFA1;
}
</style>