Shades of Shamrock #42CFAB
Tints of Shamrock #42CFAB
RGB
CMYK
RGB Variations
Color information
#42CFAB (or 0x42CFAB) is known color: Shamrock. HEX triplet: 42, CF and AB. RGB value is (66,207,171). Sum of RGB (Red+Green+Blue) = 66+207+171=444 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.86% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #42CFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CFAB is #BD3054. Grayscale: #A0A0A0. Windows color (decimal): -12398677 or 11259714. OLE color: 11259714.
HSL color Cylindrical-coordinate representation of color #42CFAB: hue angle of 164.68º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CFAB is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 207 | 171 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.19 |
| HSL | 164.68º | 0.59% | 0.54% | - |
| HSV(B) | 164.68º | 0.68% | 0.81% | - |
| XYZ | 31.91 | 48.72 | 46.25 | - |
| YUV | 160.74 | 133.79 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 171 | 0.68 | 0 | 0.17 | 0.19 | 164.68 | 0.59 | 0.54 |
| Hex | 42 | CF | AB | 44 | 0 | 11 | 13 | A5 | 3B | 36 |
| Octal | 102 | 317 | 253 | 104 | 0 | 21 | 23 | 245 | 73 | 66 |
| Binary | 1000010 | 11001111 | 10101011 | 1000100 | 0 | 10001 | 10011 | 10100101 | 111011 | 110110 |
Color Harmonies of #42CFAB
Complementary color
Monochromatic Colors of #42CFAB
Black with #42CFAB
Text Example
Text Example
White with #42CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CFAB; }
p { color: rgb(66,207,171); }
H1.HeaderClassName
{
color: #42CFAB;
}
.AnyTagClassName
{
color: #42CFAB;
}
</style>
background-color css
<style>
a { background-color: #42CFAB; }
a { background-color: rgb(66,207,171); }
div.DivClassName
{
background-color: #42CFAB;
}
.BgClassName
{
background-color: #42CFAB;
}
</style>
border-color css
<style>
span { border-color: #42CFAB; }
span { border-color: rgb(66,207,171); }
td.TdClassName
{
border-color: #42CFAB;
}
.TagClassName
{
border-color: #42CFAB;
}
</style>