Shades of Shamrock #42CA9B
Tints of Shamrock #42CA9B
RGB
CMYK
RGB Variations
Color information
#42CA9B (or 0x42CA9B) is known color: Shamrock. HEX triplet: 42, CA and 9B. RGB value is (66,202,155). Sum of RGB (Red+Green+Blue) = 66+202+155=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #42CA9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CA9B is #BD3564. Grayscale: #9C9C9C. Windows color (decimal): -12399973 or 10209858. OLE color: 10209858.
HSL color Cylindrical-coordinate representation of color #42CA9B: hue angle of 159.26º 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 #42CA9B is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 202 | 155 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.21 |
| HSL | 159.26º | 0.56% | 0.53% | - |
| HSV(B) | 159.26º | 0.67% | 0.79% | - |
| XYZ | 29.28 | 45.77 | 38.3 | - |
| YUV | 155.98 | 127.44 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 202 | 155 | 0.67 | 0 | 0.23 | 0.21 | 159.26 | 0.56 | 0.53 |
| Hex | 42 | CA | 9B | 43 | 0 | 17 | 15 | 9F | 38 | 35 |
| Octal | 102 | 312 | 233 | 103 | 0 | 27 | 25 | 237 | 70 | 65 |
| Binary | 1000010 | 11001010 | 10011011 | 1000011 | 0 | 10111 | 10101 | 10011111 | 111000 | 110101 |
Color Harmonies of #42CA9B
Complementary color
Monochromatic Colors of #42CA9B
Black with #42CA9B
Text Example
Text Example
White with #42CA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CA9B; }
p { color: rgb(66,202,155); }
H1.HeaderClassName
{
color: #42CA9B;
}
.AnyTagClassName
{
color: #42CA9B;
}
</style>
background-color css
<style>
a { background-color: #42CA9B; }
a { background-color: rgb(66,202,155); }
div.DivClassName
{
background-color: #42CA9B;
}
.BgClassName
{
background-color: #42CA9B;
}
</style>
border-color css
<style>
span { border-color: #42CA9B; }
span { border-color: rgb(66,202,155); }
td.TdClassName
{
border-color: #42CA9B;
}
.TagClassName
{
border-color: #42CA9B;
}
</style>