Shades of Gossamer #42AA83
Tints of Gossamer #42AA83
RGB
CMYK
RGB Variations
Color information
#42AA83 (or 0x42AA83) is known color: Gossamer. HEX triplet: 42, AA and 83. RGB value is (66,170,131). Sum of RGB (Red+Green+Blue) = 66+170+131=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AA83 is #BD557C. Grayscale: #868686. Windows color (decimal): -12408189 or 8628802. OLE color: 8628802.
HSL color Cylindrical-coordinate representation of color #42AA83: hue angle of 157.5º 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 #42AA83 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 170 | 131 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.33 |
| HSL | 157.5º | 0.44% | 0.46% | - |
| HSV(B) | 157.5º | 0.61% | 0.67% | - |
| XYZ | 20.72 | 31.55 | 26.47 | - |
| YUV | 134.46 | 126.04 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 170 | 131 | 0.61 | 0 | 0.23 | 0.33 | 157.5 | 0.44 | 0.46 |
| Hex | 42 | AA | 83 | 3D | 0 | 17 | 21 | 9E | 2C | 2E |
| Octal | 102 | 252 | 203 | 75 | 0 | 27 | 41 | 236 | 54 | 56 |
| Binary | 1000010 | 10101010 | 10000011 | 111101 | 0 | 10111 | 100001 | 10011110 | 101100 | 101110 |
Color Harmonies of #42AA83
Complementary color
Monochromatic Colors of #42AA83
Black with #42AA83
Text Example
Text Example
White with #42AA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AA83; }
p { color: rgb(66,170,131); }
H1.HeaderClassName
{
color: #42AA83;
}
.AnyTagClassName
{
color: #42AA83;
}
</style>
background-color css
<style>
a { background-color: #42AA83; }
a { background-color: rgb(66,170,131); }
div.DivClassName
{
background-color: #42AA83;
}
.BgClassName
{
background-color: #42AA83;
}
</style>
border-color css
<style>
span { border-color: #42AA83; }
span { border-color: rgb(66,170,131); }
td.TdClassName
{
border-color: #42AA83;
}
.TagClassName
{
border-color: #42AA83;
}
</style>