Shades of Shamrock #42CA9F
Tints of Shamrock #42CA9F
RGB
CMYK
RGB Variations
Color information
#42CA9F (or 0x42CA9F) is known color: Shamrock. HEX triplet: 42, CA and 9F. RGB value is (66,202,159). Sum of RGB (Red+Green+Blue) = 66+202+159=427 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.46% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CA9F is #BD3560. Grayscale: #9C9C9C. Windows color (decimal): -12399969 or 10472002. OLE color: 10472002.
HSL color Cylindrical-coordinate representation of color #42CA9F: hue angle of 161.03º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CA9F is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 202 | 159 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.21 |
| HSL | 161.03º | 0.56% | 0.53% | - |
| HSV(B) | 161.03º | 0.67% | 0.79% | - |
| XYZ | 29.63 | 45.9 | 40.1 | - |
| YUV | 156.43 | 129.44 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 159 | 0.67 | 0 | 0.21 | 0.21 | 161.03 | 0.56 | 0.53 |
| Hex | 42 | CA | 9F | 43 | 0 | 15 | 15 | A1 | 38 | 35 |
| Octal | 102 | 312 | 237 | 103 | 0 | 25 | 25 | 241 | 70 | 65 |
| Binary | 1000010 | 11001010 | 10011111 | 1000011 | 0 | 10101 | 10101 | 10100001 | 111000 | 110101 |
Color Harmonies of #42CA9F
Complementary color
Monochromatic Colors of #42CA9F
Black with #42CA9F
Text Example
Text Example
White with #42CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CA9F; }
p { color: rgb(66,202,159); }
H1.HeaderClassName
{
color: #42CA9F;
}
.AnyTagClassName
{
color: #42CA9F;
}
</style>
background-color css
<style>
a { background-color: #42CA9F; }
a { background-color: rgb(66,202,159); }
div.DivClassName
{
background-color: #42CA9F;
}
.BgClassName
{
background-color: #42CA9F;
}
</style>
border-color css
<style>
span { border-color: #42CA9F; }
span { border-color: rgb(66,202,159); }
td.TdClassName
{
border-color: #42CA9F;
}
.TagClassName
{
border-color: #42CA9F;
}
</style>