Shades of Shamrock #42C198
Tints of Shamrock #42C198
RGB
CMYK
RGB Variations
Color information
#42C198 (or 0x42C198) is known color: Shamrock. HEX triplet: 42, C1 and 98. RGB value is (66,193,152). Sum of RGB (Red+Green+Blue) = 66+193+152=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #42C198 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C198 is #BD3E67. Grayscale: #969696. Windows color (decimal): -12402280 or 10010946. OLE color: 10010946.
HSL color Cylindrical-coordinate representation of color #42C198: hue angle of 160.63º 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 #42C198 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 193 | 152 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.24 |
| HSL | 160.63º | 0.51% | 0.51% | - |
| HSV(B) | 160.63º | 0.66% | 0.76% | - |
| XYZ | 26.98 | 41.57 | 36.31 | - |
| YUV | 150.35 | 128.92 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 193 | 152 | 0.66 | 0 | 0.21 | 0.24 | 160.63 | 0.51 | 0.51 |
| Hex | 42 | C1 | 98 | 42 | 0 | 15 | 18 | A1 | 33 | 33 |
| Octal | 102 | 301 | 230 | 102 | 0 | 25 | 30 | 241 | 63 | 63 |
| Binary | 1000010 | 11000001 | 10011000 | 1000010 | 0 | 10101 | 11000 | 10100001 | 110011 | 110011 |
Color Harmonies of #42C198
Complementary color
Monochromatic Colors of #42C198
Black with #42C198
Text Example
Text Example
White with #42C198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C198; }
p { color: rgb(66,193,152); }
H1.HeaderClassName
{
color: #42C198;
}
.AnyTagClassName
{
color: #42C198;
}
</style>
background-color css
<style>
a { background-color: #42C198; }
a { background-color: rgb(66,193,152); }
div.DivClassName
{
background-color: #42C198;
}
.BgClassName
{
background-color: #42C198;
}
</style>
border-color css
<style>
span { border-color: #42C198; }
span { border-color: rgb(66,193,152); }
td.TdClassName
{
border-color: #42C198;
}
.TagClassName
{
border-color: #42C198;
}
</style>