Shades of Gossamer #42AA89
Tints of Gossamer #42AA89
RGB
CMYK
RGB Variations
Color information
#42AA89 (or 0x42AA89) is known color: Gossamer. HEX triplet: 42, AA and 89. RGB value is (66,170,137). Sum of RGB (Red+Green+Blue) = 66+170+137=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AA89 is #BD5576. Grayscale: #878787. Windows color (decimal): -12408183 or 9022018. OLE color: 9022018.
HSL color Cylindrical-coordinate representation of color #42AA89: hue angle of 160.96º 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 #42AA89 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 170 | 137 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.33 |
| HSL | 160.96º | 0.44% | 0.46% | - |
| HSV(B) | 160.96º | 0.61% | 0.67% | - |
| XYZ | 21.14 | 31.71 | 28.67 | - |
| YUV | 135.14 | 129.04 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 137 | 0.61 | 0 | 0.19 | 0.33 | 160.96 | 0.44 | 0.46 |
| Hex | 42 | AA | 89 | 3D | 0 | 13 | 21 | A1 | 2C | 2E |
| Octal | 102 | 252 | 211 | 75 | 0 | 23 | 41 | 241 | 54 | 56 |
| Binary | 1000010 | 10101010 | 10001001 | 111101 | 0 | 10011 | 100001 | 10100001 | 101100 | 101110 |
Color Harmonies of #42AA89
Complementary color
Monochromatic Colors of #42AA89
Black with #42AA89
Text Example
Text Example
White with #42AA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AA89; }
p { color: rgb(66,170,137); }
H1.HeaderClassName
{
color: #42AA89;
}
.AnyTagClassName
{
color: #42AA89;
}
</style>
background-color css
<style>
a { background-color: #42AA89; }
a { background-color: rgb(66,170,137); }
div.DivClassName
{
background-color: #42AA89;
}
.BgClassName
{
background-color: #42AA89;
}
</style>
border-color css
<style>
span { border-color: #42AA89; }
span { border-color: rgb(66,170,137); }
td.TdClassName
{
border-color: #42AA89;
}
.TagClassName
{
border-color: #42AA89;
}
</style>