Shades of Gossamer #42B084
Tints of Gossamer #42B084
RGB
CMYK
RGB Variations
Color information
#42B084 (or 0x42B084) is known color: Gossamer. HEX triplet: 42, B0 and 84. RGB value is (66,176,132). Sum of RGB (Red+Green+Blue) = 66+176+132=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 176 - color contains mainly: green. Hex color #42B084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B084 is #BD4F7B. Grayscale: #8A8A8A. Windows color (decimal): -12406652 or 8695874. OLE color: 8695874.
HSL color Cylindrical-coordinate representation of color #42B084: hue angle of 156º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42B084 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 176 | 132 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.31 |
| HSL | 156º | 0.45% | 0.47% | - |
| HSV(B) | 156º | 0.63% | 0.69% | - |
| XYZ | 21.94 | 33.87 | 27.21 | - |
| YUV | 138.09 | 124.56 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 176 | 132 | 0.62 | 0 | 0.25 | 0.31 | 156 | 0.45 | 0.47 |
| Hex | 42 | B0 | 84 | 3E | 0 | 19 | 1F | 9C | 2D | 2F |
| Octal | 102 | 260 | 204 | 76 | 0 | 31 | 37 | 234 | 55 | 57 |
| Binary | 1000010 | 10110000 | 10000100 | 111110 | 0 | 11001 | 11111 | 10011100 | 101101 | 101111 |
Color Harmonies of #42B084
Complementary color
Monochromatic Colors of #42B084
Black with #42B084
Text Example
Text Example
White with #42B084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B084; }
p { color: rgb(66,176,132); }
H1.HeaderClassName
{
color: #42B084;
}
.AnyTagClassName
{
color: #42B084;
}
</style>
background-color css
<style>
a { background-color: #42B084; }
a { background-color: rgb(66,176,132); }
div.DivClassName
{
background-color: #42B084;
}
.BgClassName
{
background-color: #42B084;
}
</style>
border-color css
<style>
span { border-color: #42B084; }
span { border-color: rgb(66,176,132); }
td.TdClassName
{
border-color: #42B084;
}
.TagClassName
{
border-color: #42B084;
}
</style>