Shades of Gossamer #42AE86
Tints of Gossamer #42AE86
RGB
CMYK
RGB Variations
Color information
#42AE86 (or 0x42AE86) is known color: Gossamer. HEX triplet: 42, AE and 86. RGB value is (66,174,134). Sum of RGB (Red+Green+Blue) = 66+174+134=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AE86 is #BD5179. Grayscale: #898989. Windows color (decimal): -12407162 or 8826434. OLE color: 8826434.
HSL color Cylindrical-coordinate representation of color #42AE86: hue angle of 157.78º 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 #42AE86 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 174 | 134 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.32 |
| HSL | 157.78º | 0.45% | 0.47% | - |
| HSV(B) | 157.78º | 0.62% | 0.68% | - |
| XYZ | 21.69 | 33.15 | 27.81 | - |
| YUV | 137.15 | 126.22 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 174 | 134 | 0.62 | 0 | 0.23 | 0.32 | 157.78 | 0.45 | 0.47 |
| Hex | 42 | AE | 86 | 3E | 0 | 17 | 20 | 9E | 2D | 2F |
| Octal | 102 | 256 | 206 | 76 | 0 | 27 | 40 | 236 | 55 | 57 |
| Binary | 1000010 | 10101110 | 10000110 | 111110 | 0 | 10111 | 100000 | 10011110 | 101101 | 101111 |
Color Harmonies of #42AE86
Complementary color
Monochromatic Colors of #42AE86
Black with #42AE86
Text Example
Text Example
White with #42AE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AE86; }
p { color: rgb(66,174,134); }
H1.HeaderClassName
{
color: #42AE86;
}
.AnyTagClassName
{
color: #42AE86;
}
</style>
background-color css
<style>
a { background-color: #42AE86; }
a { background-color: rgb(66,174,134); }
div.DivClassName
{
background-color: #42AE86;
}
.BgClassName
{
background-color: #42AE86;
}
</style>
border-color css
<style>
span { border-color: #42AE86; }
span { border-color: rgb(66,174,134); }
td.TdClassName
{
border-color: #42AE86;
}
.TagClassName
{
border-color: #42AE86;
}
</style>