Shades of Gossamer #42A084
Tints of Gossamer #42A084
RGB
CMYK
RGB Variations
Color information
#42A084 (or 0x42A084) is known color: Gossamer. HEX triplet: 42, A0 and 84. RGB value is (66,160,132). Sum of RGB (Red+Green+Blue) = 66+160+132=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 160 (62.89% from 255 or 44.69% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 160 - color contains mainly: green. Hex color #42A084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A084 is #BD5F7B. Grayscale: #808080. Windows color (decimal): -12410748 or 8691778. OLE color: 8691778.
HSL color Cylindrical-coordinate representation of color #42A084: hue angle of 162.13º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A084 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 160 | 132 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.37 |
| HSL | 162.13º | 0.42% | 0.44% | - |
| HSV(B) | 162.13º | 0.59% | 0.63% | - |
| XYZ | 18.98 | 27.97 | 26.23 | - |
| YUV | 128.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 160 | 132 | 0.59 | 0 | 0.17 | 0.37 | 162.13 | 0.42 | 0.44 |
| Hex | 42 | A0 | 84 | 3B | 0 | 11 | 25 | A2 | 2A | 2C |
| Octal | 102 | 240 | 204 | 73 | 0 | 21 | 45 | 242 | 52 | 54 |
| Binary | 1000010 | 10100000 | 10000100 | 111011 | 0 | 10001 | 100101 | 10100010 | 101010 | 101100 |
Color Harmonies of #42A084
Complementary color
Monochromatic Colors of #42A084
Black with #42A084
Text Example
Text Example
White with #42A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A084; }
p { color: rgb(66,160,132); }
H1.HeaderClassName
{
color: #42A084;
}
.AnyTagClassName
{
color: #42A084;
}
</style>
background-color css
<style>
a { background-color: #42A084; }
a { background-color: rgb(66,160,132); }
div.DivClassName
{
background-color: #42A084;
}
.BgClassName
{
background-color: #42A084;
}
</style>
border-color css
<style>
span { border-color: #42A084; }
span { border-color: rgb(66,160,132); }
td.TdClassName
{
border-color: #42A084;
}
.TagClassName
{
border-color: #42A084;
}
</style>