Shades of Shamrock #42DFAB
Tints of Shamrock #42DFAB
RGB
CMYK
RGB Variations
Color information
#42DFAB (or 0x42DFAB) is known color: Shamrock. HEX triplet: 42, DF and AB. RGB value is (66,223,171). Sum of RGB (Red+Green+Blue) = 66+223+171=460 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.35% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #42DFAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DFAB is #BD2054. Grayscale: #AAAAAA. Windows color (decimal): -12394581 or 11263810. OLE color: 11263810.
HSL color Cylindrical-coordinate representation of color #42DFAB: hue angle of 160.13º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DFAB is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 223 | 171 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.13 |
| HSL | 160.13º | 0.71% | 0.57% | - |
| HSV(B) | 160.13º | 0.7% | 0.87% | - |
| XYZ | 35.99 | 56.87 | 47.61 | - |
| YUV | 170.13 | 128.49 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 223 | 171 | 0.70 | 0 | 0.23 | 0.13 | 160.13 | 0.71 | 0.57 |
| Hex | 42 | DF | AB | 46 | 0 | 17 | D | A0 | 47 | 39 |
| Octal | 102 | 337 | 253 | 106 | 0 | 27 | 15 | 240 | 107 | 71 |
| Binary | 1000010 | 11011111 | 10101011 | 1000110 | 0 | 10111 | 1101 | 10100000 | 1000111 | 111001 |
Color Harmonies of #42DFAB
Complementary color
Monochromatic Colors of #42DFAB
Black with #42DFAB
Text Example
Text Example
White with #42DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DFAB; }
p { color: rgb(66,223,171); }
H1.HeaderClassName
{
color: #42DFAB;
}
.AnyTagClassName
{
color: #42DFAB;
}
</style>
background-color css
<style>
a { background-color: #42DFAB; }
a { background-color: rgb(66,223,171); }
div.DivClassName
{
background-color: #42DFAB;
}
.BgClassName
{
background-color: #42DFAB;
}
</style>
border-color css
<style>
span { border-color: #42DFAB; }
span { border-color: rgb(66,223,171); }
td.TdClassName
{
border-color: #42DFAB;
}
.TagClassName
{
border-color: #42DFAB;
}
</style>