Shades of Gossamer #42B18A
Tints of Gossamer #42B18A
RGB
CMYK
RGB Variations
Color information
#42B18A (or 0x42B18A) is known color: Gossamer. HEX triplet: 42, B1 and 8A. RGB value is (66,177,138). Sum of RGB (Red+Green+Blue) = 66+177+138=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #42B18A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B18A is #BD4E75. Grayscale: #8B8B8B. Windows color (decimal): -12406390 or 9089346. OLE color: 9089346.
HSL color Cylindrical-coordinate representation of color #42B18A: hue angle of 158.92º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B18A is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 177 | 138 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.31 |
| HSL | 158.92º | 0.46% | 0.48% | - |
| HSV(B) | 158.92º | 0.63% | 0.69% | - |
| XYZ | 22.56 | 34.44 | 29.5 | - |
| YUV | 139.37 | 127.23 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 177 | 138 | 0.63 | 0 | 0.22 | 0.31 | 158.92 | 0.46 | 0.48 |
| Hex | 42 | B1 | 8A | 3F | 0 | 16 | 1F | 9F | 2E | 30 |
| Octal | 102 | 261 | 212 | 77 | 0 | 26 | 37 | 237 | 56 | 60 |
| Binary | 1000010 | 10110001 | 10001010 | 111111 | 0 | 10110 | 11111 | 10011111 | 101110 | 110000 |
Color Harmonies of #42B18A
Complementary color
Monochromatic Colors of #42B18A
Black with #42B18A
Text Example
Text Example
White with #42B18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B18A; }
p { color: rgb(66,177,138); }
H1.HeaderClassName
{
color: #42B18A;
}
.AnyTagClassName
{
color: #42B18A;
}
</style>
background-color css
<style>
a { background-color: #42B18A; }
a { background-color: rgb(66,177,138); }
div.DivClassName
{
background-color: #42B18A;
}
.BgClassName
{
background-color: #42B18A;
}
</style>
border-color css
<style>
span { border-color: #42B18A; }
span { border-color: rgb(66,177,138); }
td.TdClassName
{
border-color: #42B18A;
}
.TagClassName
{
border-color: #42B18A;
}
</style>