Shades of Gossamer #42B08E
Tints of Gossamer #42B08E
RGB
CMYK
RGB Variations
Color information
#42B08E (or 0x42B08E) is known color: Gossamer. HEX triplet: 42, B0 and 8E. RGB value is (66,176,142). Sum of RGB (Red+Green+Blue) = 66+176+142=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 176 - color contains mainly: green. Hex color #42B08E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B08E is #BD4F71. Grayscale: #8B8B8B. Windows color (decimal): -12406642 or 9351234. OLE color: 9351234.
HSL color Cylindrical-coordinate representation of color #42B08E: hue angle of 161.45º 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 #42B08E is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 176 | 142 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.31 |
| HSL | 161.45º | 0.45% | 0.47% | - |
| HSV(B) | 161.45º | 0.63% | 0.69% | - |
| XYZ | 22.65 | 34.16 | 30.99 | - |
| YUV | 139.23 | 129.56 | 75.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 176 | 142 | 0.62 | 0 | 0.19 | 0.31 | 161.45 | 0.45 | 0.47 |
| Hex | 42 | B0 | 8E | 3E | 0 | 13 | 1F | A1 | 2D | 2F |
| Octal | 102 | 260 | 216 | 76 | 0 | 23 | 37 | 241 | 55 | 57 |
| Binary | 1000010 | 10110000 | 10001110 | 111110 | 0 | 10011 | 11111 | 10100001 | 101101 | 101111 |
Color Harmonies of #42B08E
Complementary color
Monochromatic Colors of #42B08E
Black with #42B08E
Text Example
Text Example
White with #42B08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B08E; }
p { color: rgb(66,176,142); }
H1.HeaderClassName
{
color: #42B08E;
}
.AnyTagClassName
{
color: #42B08E;
}
</style>
background-color css
<style>
a { background-color: #42B08E; }
a { background-color: rgb(66,176,142); }
div.DivClassName
{
background-color: #42B08E;
}
.BgClassName
{
background-color: #42B08E;
}
</style>
border-color css
<style>
span { border-color: #42B08E; }
span { border-color: rgb(66,176,142); }
td.TdClassName
{
border-color: #42B08E;
}
.TagClassName
{
border-color: #42B08E;
}
</style>