Shades of Shamrock #42CBA9
Tints of Shamrock #42CBA9
RGB
CMYK
RGB Variations
Color information
#42CBA9 (or 0x42CBA9) is known color: Shamrock. HEX triplet: 42, CB and A9. RGB value is (66,203,169). Sum of RGB (Red+Green+Blue) = 66+203+169=438 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.07% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 203 - color contains mainly: green. Hex color #42CBA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CBA9 is #BD3456. Grayscale: #9E9E9E. Windows color (decimal): -12399703 or 11127618. OLE color: 11127618.
HSL color Cylindrical-coordinate representation of color #42CBA9: hue angle of 165.11º 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 #42CBA9 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 203 | 169 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.20 |
| HSL | 165.11º | 0.57% | 0.53% | - |
| HSV(B) | 165.11º | 0.67% | 0.8% | - |
| XYZ | 30.76 | 46.73 | 44.94 | - |
| YUV | 158.16 | 134.11 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 203 | 169 | 0.67 | 0 | 0.17 | 0.20 | 165.11 | 0.57 | 0.53 |
| Hex | 42 | CB | A9 | 43 | 0 | 11 | 14 | A5 | 39 | 35 |
| Octal | 102 | 313 | 251 | 103 | 0 | 21 | 24 | 245 | 71 | 65 |
| Binary | 1000010 | 11001011 | 10101001 | 1000011 | 0 | 10001 | 10100 | 10100101 | 111001 | 110101 |
Color Harmonies of #42CBA9
Complementary color
Monochromatic Colors of #42CBA9
Black with #42CBA9
Text Example
Text Example
White with #42CBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CBA9; }
p { color: rgb(66,203,169); }
H1.HeaderClassName
{
color: #42CBA9;
}
.AnyTagClassName
{
color: #42CBA9;
}
</style>
background-color css
<style>
a { background-color: #42CBA9; }
a { background-color: rgb(66,203,169); }
div.DivClassName
{
background-color: #42CBA9;
}
.BgClassName
{
background-color: #42CBA9;
}
</style>
border-color css
<style>
span { border-color: #42CBA9; }
span { border-color: rgb(66,203,169); }
td.TdClassName
{
border-color: #42CBA9;
}
.TagClassName
{
border-color: #42CBA9;
}
</style>