Shades of Gossamer #42A182
Tints of Gossamer #42A182
RGB
CMYK
RGB Variations
Color information
#42A182 (or 0x42A182) is known color: Gossamer. HEX triplet: 42, A1 and 82. RGB value is (66,161,130). Sum of RGB (Red+Green+Blue) = 66+161+130=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #42A182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A182 is #BD5E7D. Grayscale: #818181. Windows color (decimal): -12410494 or 8560962. OLE color: 8560962.
HSL color Cylindrical-coordinate representation of color #42A182: hue angle of 160.42º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A182 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 66 | 161 | 130 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.37 |
| HSL | 160.42º | 0.42% | 0.45% | - |
| HSV(B) | 160.42º | 0.59% | 0.63% | - |
| XYZ | 19.02 | 28.26 | 25.57 | - |
| YUV | 129.06 | 128.53 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 161 | 130 | 0.59 | 0 | 0.19 | 0.37 | 160.42 | 0.42 | 0.45 |
| Hex | 42 | A1 | 82 | 3B | 0 | 13 | 25 | A0 | 2A | 2D |
| Octal | 102 | 241 | 202 | 73 | 0 | 23 | 45 | 240 | 52 | 55 |
| Binary | 1000010 | 10100001 | 10000010 | 111011 | 0 | 10011 | 100101 | 10100000 | 101010 | 101101 |
Color Harmonies of #42A182
Complementary color
Monochromatic Colors of #42A182
Black with #42A182
Text Example
Text Example
White with #42A182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A182; }
p { color: rgb(66,161,130); }
H1.HeaderClassName
{
color: #42A182;
}
.AnyTagClassName
{
color: #42A182;
}
</style>
background-color css
<style>
a { background-color: #42A182; }
a { background-color: rgb(66,161,130); }
div.DivClassName
{
background-color: #42A182;
}
.BgClassName
{
background-color: #42A182;
}
</style>
border-color css
<style>
span { border-color: #42A182; }
span { border-color: rgb(66,161,130); }
td.TdClassName
{
border-color: #42A182;
}
.TagClassName
{
border-color: #42A182;
}
</style>