Shades of Gossamer #42B288
Tints of Gossamer #42B288
RGB
CMYK
RGB Variations
Color information
#42B288 (or 0x42B288) is known color: Gossamer. HEX triplet: 42, B2 and 88. RGB value is (66,178,136). Sum of RGB (Red+Green+Blue) = 66+178+136=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #42B288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B288 is #BD4D77. Grayscale: #8B8B8B. Windows color (decimal): -12406136 or 8958530. OLE color: 8958530.
HSL color Cylindrical-coordinate representation of color #42B288: hue angle of 157.5º 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 #42B288 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 178 | 136 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.30 |
| HSL | 157.5º | 0.46% | 0.48% | - |
| HSV(B) | 157.5º | 0.63% | 0.7% | - |
| XYZ | 22.61 | 34.78 | 28.81 | - |
| YUV | 139.72 | 125.89 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 178 | 136 | 0.63 | 0 | 0.24 | 0.30 | 157.5 | 0.46 | 0.48 |
| Hex | 42 | B2 | 88 | 3F | 0 | 18 | 1E | 9E | 2E | 30 |
| Octal | 102 | 262 | 210 | 77 | 0 | 30 | 36 | 236 | 56 | 60 |
| Binary | 1000010 | 10110010 | 10001000 | 111111 | 0 | 11000 | 11110 | 10011110 | 101110 | 110000 |
Color Harmonies of #42B288
Complementary color
Monochromatic Colors of #42B288
Black with #42B288
Text Example
Text Example
White with #42B288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B288; }
p { color: rgb(66,178,136); }
H1.HeaderClassName
{
color: #42B288;
}
.AnyTagClassName
{
color: #42B288;
}
</style>
background-color css
<style>
a { background-color: #42B288; }
a { background-color: rgb(66,178,136); }
div.DivClassName
{
background-color: #42B288;
}
.BgClassName
{
background-color: #42B288;
}
</style>
border-color css
<style>
span { border-color: #42B288; }
span { border-color: rgb(66,178,136); }
td.TdClassName
{
border-color: #42B288;
}
.TagClassName
{
border-color: #42B288;
}
</style>