Shades of Shamrock #42C8AA
Tints of Shamrock #42C8AA
RGB
CMYK
RGB Variations
Color information
#42C8AA (or 0x42C8AA) is known color: Shamrock. HEX triplet: 42, C8 and AA. RGB value is (66,200,170). Sum of RGB (Red+Green+Blue) = 66+200+170=436 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.14% from 436); Green value is 200 (78.52% from 255 or 45.87% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 200 - color contains mainly: green. Hex color #42C8AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C8AA is #BD3755. Grayscale: #9C9C9C. Windows color (decimal): -12400470 or 11192386. OLE color: 11192386.
HSL color Cylindrical-coordinate representation of color #42C8AA: hue angle of 166.57º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C8AA is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 200 | 170 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.22 |
| HSL | 166.57º | 0.55% | 0.52% | - |
| HSV(B) | 166.57º | 0.67% | 0.78% | - |
| XYZ | 30.16 | 45.37 | 45.2 | - |
| YUV | 156.51 | 135.61 | 63.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 200 | 170 | 0.67 | 0 | 0.15 | 0.22 | 166.57 | 0.55 | 0.52 |
| Hex | 42 | C8 | AA | 43 | 0 | F | 16 | A7 | 37 | 34 |
| Octal | 102 | 310 | 252 | 103 | 0 | 17 | 26 | 247 | 67 | 64 |
| Binary | 1000010 | 11001000 | 10101010 | 1000011 | 0 | 1111 | 10110 | 10100111 | 110111 | 110100 |
Color Harmonies of #42C8AA
Complementary color
Monochromatic Colors of #42C8AA
Black with #42C8AA
Text Example
Text Example
White with #42C8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C8AA; }
p { color: rgb(66,200,170); }
H1.HeaderClassName
{
color: #42C8AA;
}
.AnyTagClassName
{
color: #42C8AA;
}
</style>
background-color css
<style>
a { background-color: #42C8AA; }
a { background-color: rgb(66,200,170); }
div.DivClassName
{
background-color: #42C8AA;
}
.BgClassName
{
background-color: #42C8AA;
}
</style>
border-color css
<style>
span { border-color: #42C8AA; }
span { border-color: rgb(66,200,170); }
td.TdClassName
{
border-color: #42C8AA;
}
.TagClassName
{
border-color: #42C8AA;
}
</style>