Shades of Gossamer #42AA87
Tints of Gossamer #42AA87
RGB
CMYK
RGB Variations
Color information
#42AA87 (or 0x42AA87) is known color: Gossamer. HEX triplet: 42, AA and 87. RGB value is (66,170,135). Sum of RGB (Red+Green+Blue) = 66+170+135=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AA87 is #BD5578. Grayscale: #868686. Windows color (decimal): -12408185 or 8890946. OLE color: 8890946.
HSL color Cylindrical-coordinate representation of color #42AA87: hue angle of 159.81º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AA87 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 170 | 135 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.33 |
| HSL | 159.81º | 0.44% | 0.46% | - |
| HSV(B) | 159.81º | 0.61% | 0.67% | - |
| XYZ | 20.99 | 31.66 | 27.93 | - |
| YUV | 134.91 | 128.04 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 135 | 0.61 | 0 | 0.21 | 0.33 | 159.81 | 0.44 | 0.46 |
| Hex | 42 | AA | 87 | 3D | 0 | 15 | 21 | A0 | 2C | 2E |
| Octal | 102 | 252 | 207 | 75 | 0 | 25 | 41 | 240 | 54 | 56 |
| Binary | 1000010 | 10101010 | 10000111 | 111101 | 0 | 10101 | 100001 | 10100000 | 101100 | 101110 |
Color Harmonies of #42AA87
Complementary color
Monochromatic Colors of #42AA87
Black with #42AA87
Text Example
Text Example
White with #42AA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AA87; }
p { color: rgb(66,170,135); }
H1.HeaderClassName
{
color: #42AA87;
}
.AnyTagClassName
{
color: #42AA87;
}
</style>
background-color css
<style>
a { background-color: #42AA87; }
a { background-color: rgb(66,170,135); }
div.DivClassName
{
background-color: #42AA87;
}
.BgClassName
{
background-color: #42AA87;
}
</style>
border-color css
<style>
span { border-color: #42AA87; }
span { border-color: rgb(66,170,135); }
td.TdClassName
{
border-color: #42AA87;
}
.TagClassName
{
border-color: #42AA87;
}
</style>