Shades of Gossamer #42B590
Tints of Gossamer #42B590
RGB
CMYK
RGB Variations
Color information
#42B590 (or 0x42B590) is known color: Gossamer. HEX triplet: 42, B5 and 90. RGB value is (66,181,144). Sum of RGB (Red+Green+Blue) = 66+181+144=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #42B590 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B590 is #BD4A6F. Grayscale: #8E8E8E. Windows color (decimal): -12405360 or 9483586. OLE color: 9483586.
HSL color Cylindrical-coordinate representation of color #42B590: hue angle of 160.7º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B590 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 181 | 144 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.29 |
| HSL | 160.7º | 0.47% | 0.48% | - |
| HSV(B) | 160.7º | 0.64% | 0.71% | - |
| XYZ | 23.8 | 36.22 | 32.12 | - |
| YUV | 142.4 | 128.9 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 181 | 144 | 0.64 | 0 | 0.20 | 0.29 | 160.7 | 0.47 | 0.48 |
| Hex | 42 | B5 | 90 | 40 | 0 | 14 | 1D | A1 | 2F | 30 |
| Octal | 102 | 265 | 220 | 100 | 0 | 24 | 35 | 241 | 57 | 60 |
| Binary | 1000010 | 10110101 | 10010000 | 1000000 | 0 | 10100 | 11101 | 10100001 | 101111 | 110000 |
Color Harmonies of #42B590
Complementary color
Monochromatic Colors of #42B590
Black with #42B590
Text Example
Text Example
White with #42B590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B590; }
p { color: rgb(66,181,144); }
H1.HeaderClassName
{
color: #42B590;
}
.AnyTagClassName
{
color: #42B590;
}
</style>
background-color css
<style>
a { background-color: #42B590; }
a { background-color: rgb(66,181,144); }
div.DivClassName
{
background-color: #42B590;
}
.BgClassName
{
background-color: #42B590;
}
</style>
border-color css
<style>
span { border-color: #42B590; }
span { border-color: rgb(66,181,144); }
td.TdClassName
{
border-color: #42B590;
}
.TagClassName
{
border-color: #42B590;
}
</style>