Shades of Gossamer #42B48C
Tints of Gossamer #42B48C
RGB
CMYK
RGB Variations
Color information
#42B48C (or 0x42B48C) is known color: Gossamer. HEX triplet: 42, B4 and 8C. RGB value is (66,180,140). Sum of RGB (Red+Green+Blue) = 66+180+140=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #42B48C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B48C is #BD4B73. Grayscale: #8D8D8D. Windows color (decimal): -12405620 or 9221186. OLE color: 9221186.
HSL color Cylindrical-coordinate representation of color #42B48C: hue angle of 158.95º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B48C is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 140 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.29 |
| HSL | 158.95º | 0.46% | 0.48% | - |
| HSV(B) | 158.95º | 0.63% | 0.71% | - |
| XYZ | 23.3 | 35.69 | 30.47 | - |
| YUV | 141.35 | 127.23 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 140 | 0.63 | 0 | 0.22 | 0.29 | 158.95 | 0.46 | 0.48 |
| Hex | 42 | B4 | 8C | 3F | 0 | 16 | 1D | 9F | 2E | 30 |
| Octal | 102 | 264 | 214 | 77 | 0 | 26 | 35 | 237 | 56 | 60 |
| Binary | 1000010 | 10110100 | 10001100 | 111111 | 0 | 10110 | 11101 | 10011111 | 101110 | 110000 |
Color Harmonies of #42B48C
Complementary color
Monochromatic Colors of #42B48C
Black with #42B48C
Text Example
Text Example
White with #42B48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B48C; }
p { color: rgb(66,180,140); }
H1.HeaderClassName
{
color: #42B48C;
}
.AnyTagClassName
{
color: #42B48C;
}
</style>
background-color css
<style>
a { background-color: #42B48C; }
a { background-color: rgb(66,180,140); }
div.DivClassName
{
background-color: #42B48C;
}
.BgClassName
{
background-color: #42B48C;
}
</style>
border-color css
<style>
span { border-color: #42B48C; }
span { border-color: rgb(66,180,140); }
td.TdClassName
{
border-color: #42B48C;
}
.TagClassName
{
border-color: #42B48C;
}
</style>