Shades of Shamrock #42CBA8
Tints of Shamrock #42CBA8
RGB
CMYK
RGB Variations
Color information
#42CBA8 (or 0x42CBA8) is known color: Shamrock. HEX triplet: 42, CB and A8. RGB value is (66,203,168). Sum of RGB (Red+Green+Blue) = 66+203+168=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #42CBA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CBA8 is #BD3457. Grayscale: #9E9E9E. Windows color (decimal): -12399704 or 11062082. OLE color: 11062082.
HSL color Cylindrical-coordinate representation of color #42CBA8: hue angle of 164.67º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CBA8 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 168 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.20 |
| HSL | 164.67º | 0.57% | 0.53% | - |
| HSV(B) | 164.67º | 0.67% | 0.8% | - |
| XYZ | 30.67 | 46.7 | 44.44 | - |
| YUV | 158.05 | 133.61 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 168 | 0.67 | 0 | 0.17 | 0.20 | 164.67 | 0.57 | 0.53 |
| Hex | 42 | CB | A8 | 43 | 0 | 11 | 14 | A5 | 39 | 35 |
| Octal | 102 | 313 | 250 | 103 | 0 | 21 | 24 | 245 | 71 | 65 |
| Binary | 1000010 | 11001011 | 10101000 | 1000011 | 0 | 10001 | 10100 | 10100101 | 111001 | 110101 |
Color Harmonies of #42CBA8
Complementary color
Monochromatic Colors of #42CBA8
Black with #42CBA8
Text Example
Text Example
White with #42CBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CBA8; }
p { color: rgb(66,203,168); }
H1.HeaderClassName
{
color: #42CBA8;
}
.AnyTagClassName
{
color: #42CBA8;
}
</style>
background-color css
<style>
a { background-color: #42CBA8; }
a { background-color: rgb(66,203,168); }
div.DivClassName
{
background-color: #42CBA8;
}
.BgClassName
{
background-color: #42CBA8;
}
</style>
border-color css
<style>
span { border-color: #42CBA8; }
span { border-color: rgb(66,203,168); }
td.TdClassName
{
border-color: #42CBA8;
}
.TagClassName
{
border-color: #42CBA8;
}
</style>