Shades of Gossamer #42AD86
Tints of Gossamer #42AD86
RGB
CMYK
RGB Variations
Color information
#42AD86 (or 0x42AD86) is known color: Gossamer. HEX triplet: 42, AD and 86. RGB value is (66,173,134). Sum of RGB (Red+Green+Blue) = 66+173+134=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AD86 is #BD5279. Grayscale: #888888. Windows color (decimal): -12407418 or 8826178. OLE color: 8826178.
HSL color Cylindrical-coordinate representation of color #42AD86: hue angle of 158.13º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AD86 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 173 | 134 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.32 |
| HSL | 158.13º | 0.45% | 0.47% | - |
| HSV(B) | 158.13º | 0.62% | 0.68% | - |
| XYZ | 21.49 | 32.77 | 27.75 | - |
| YUV | 136.56 | 126.55 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 134 | 0.62 | 0 | 0.23 | 0.32 | 158.13 | 0.45 | 0.47 |
| Hex | 42 | AD | 86 | 3E | 0 | 17 | 20 | 9E | 2D | 2F |
| Octal | 102 | 255 | 206 | 76 | 0 | 27 | 40 | 236 | 55 | 57 |
| Binary | 1000010 | 10101101 | 10000110 | 111110 | 0 | 10111 | 100000 | 10011110 | 101101 | 101111 |
Color Harmonies of #42AD86
Complementary color
Monochromatic Colors of #42AD86
Black with #42AD86
Text Example
Text Example
White with #42AD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AD86; }
p { color: rgb(66,173,134); }
H1.HeaderClassName
{
color: #42AD86;
}
.AnyTagClassName
{
color: #42AD86;
}
</style>
background-color css
<style>
a { background-color: #42AD86; }
a { background-color: rgb(66,173,134); }
div.DivClassName
{
background-color: #42AD86;
}
.BgClassName
{
background-color: #42AD86;
}
</style>
border-color css
<style>
span { border-color: #42AD86; }
span { border-color: rgb(66,173,134); }
td.TdClassName
{
border-color: #42AD86;
}
.TagClassName
{
border-color: #42AD86;
}
</style>