Shades of Gossamer #42B28D
Tints of Gossamer #42B28D
RGB
CMYK
RGB Variations
Color information
#42B28D (or 0x42B28D) is known color: Gossamer. HEX triplet: 42, B2 and 8D. RGB value is (66,178,141). Sum of RGB (Red+Green+Blue) = 66+178+141=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #42B28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B28D is #BD4D72. Grayscale: #8C8C8C. Windows color (decimal): -12406131 or 9286210. OLE color: 9286210.
HSL color Cylindrical-coordinate representation of color #42B28D: hue angle of 160.18º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B28D is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 178 | 141 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.30 |
| HSL | 160.18º | 0.46% | 0.48% | - |
| HSV(B) | 160.18º | 0.63% | 0.7% | - |
| XYZ | 22.97 | 34.92 | 30.73 | - |
| YUV | 140.29 | 128.39 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 178 | 141 | 0.63 | 0 | 0.21 | 0.30 | 160.18 | 0.46 | 0.48 |
| Hex | 42 | B2 | 8D | 3F | 0 | 15 | 1E | A0 | 2E | 30 |
| Octal | 102 | 262 | 215 | 77 | 0 | 25 | 36 | 240 | 56 | 60 |
| Binary | 1000010 | 10110010 | 10001101 | 111111 | 0 | 10101 | 11110 | 10100000 | 101110 | 110000 |
Color Harmonies of #42B28D
Complementary color
Monochromatic Colors of #42B28D
Black with #42B28D
Text Example
Text Example
White with #42B28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B28D; }
p { color: rgb(66,178,141); }
H1.HeaderClassName
{
color: #42B28D;
}
.AnyTagClassName
{
color: #42B28D;
}
</style>
background-color css
<style>
a { background-color: #42B28D; }
a { background-color: rgb(66,178,141); }
div.DivClassName
{
background-color: #42B28D;
}
.BgClassName
{
background-color: #42B28D;
}
</style>
border-color css
<style>
span { border-color: #42B28D; }
span { border-color: rgb(66,178,141); }
td.TdClassName
{
border-color: #42B28D;
}
.TagClassName
{
border-color: #42B28D;
}
</style>