Shades of Shamrock #42CDAA
Tints of Shamrock #42CDAA
RGB
CMYK
RGB Variations
Color information
#42CDAA (or 0x42CDAA) is known color: Shamrock. HEX triplet: 42, CD and AA. RGB value is (66,205,170). Sum of RGB (Red+Green+Blue) = 66+205+170=441 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.97% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #42CDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CDAA is #BD3255. Grayscale: #9F9F9F. Windows color (decimal): -12399190 or 11193666. OLE color: 11193666.
HSL color Cylindrical-coordinate representation of color #42CDAA: hue angle of 164.89º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CDAA is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 205 | 170 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.20 |
| HSL | 164.89º | 0.58% | 0.53% | - |
| HSV(B) | 164.89º | 0.68% | 0.8% | - |
| XYZ | 31.33 | 47.72 | 45.59 | - |
| YUV | 159.45 | 133.95 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 205 | 170 | 0.68 | 0 | 0.17 | 0.20 | 164.89 | 0.58 | 0.53 |
| Hex | 42 | CD | AA | 44 | 0 | 11 | 14 | A5 | 3A | 35 |
| Octal | 102 | 315 | 252 | 104 | 0 | 21 | 24 | 245 | 72 | 65 |
| Binary | 1000010 | 11001101 | 10101010 | 1000100 | 0 | 10001 | 10100 | 10100101 | 111010 | 110101 |
Color Harmonies of #42CDAA
Complementary color
Monochromatic Colors of #42CDAA
Black with #42CDAA
Text Example
Text Example
White with #42CDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CDAA; }
p { color: rgb(66,205,170); }
H1.HeaderClassName
{
color: #42CDAA;
}
.AnyTagClassName
{
color: #42CDAA;
}
</style>
background-color css
<style>
a { background-color: #42CDAA; }
a { background-color: rgb(66,205,170); }
div.DivClassName
{
background-color: #42CDAA;
}
.BgClassName
{
background-color: #42CDAA;
}
</style>
border-color css
<style>
span { border-color: #42CDAA; }
span { border-color: rgb(66,205,170); }
td.TdClassName
{
border-color: #42CDAA;
}
.TagClassName
{
border-color: #42CDAA;
}
</style>