Shades of Gossamer #42B48B
Tints of Gossamer #42B48B
RGB
CMYK
RGB Variations
Color information
#42B48B (or 0x42B48B) is known color: Gossamer. HEX triplet: 42, B4 and 8B. RGB value is (66,180,139). Sum of RGB (Red+Green+Blue) = 66+180+139=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #42B48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B48B is #BD4B74. Grayscale: #8D8D8D. Windows color (decimal): -12405621 or 9155650. OLE color: 9155650.
HSL color Cylindrical-coordinate representation of color #42B48B: hue angle of 158.42º 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 #42B48B is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 180 | 139 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.29 |
| HSL | 158.42º | 0.46% | 0.48% | - |
| HSV(B) | 158.42º | 0.63% | 0.71% | - |
| XYZ | 23.23 | 35.66 | 30.09 | - |
| YUV | 141.24 | 126.73 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 139 | 0.63 | 0 | 0.23 | 0.29 | 158.42 | 0.46 | 0.48 |
| Hex | 42 | B4 | 8B | 3F | 0 | 17 | 1D | 9E | 2E | 30 |
| Octal | 102 | 264 | 213 | 77 | 0 | 27 | 35 | 236 | 56 | 60 |
| Binary | 1000010 | 10110100 | 10001011 | 111111 | 0 | 10111 | 11101 | 10011110 | 101110 | 110000 |
Color Harmonies of #42B48B
Complementary color
Monochromatic Colors of #42B48B
Black with #42B48B
Text Example
Text Example
White with #42B48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B48B; }
p { color: rgb(66,180,139); }
H1.HeaderClassName
{
color: #42B48B;
}
.AnyTagClassName
{
color: #42B48B;
}
</style>
background-color css
<style>
a { background-color: #42B48B; }
a { background-color: rgb(66,180,139); }
div.DivClassName
{
background-color: #42B48B;
}
.BgClassName
{
background-color: #42B48B;
}
</style>
border-color css
<style>
span { border-color: #42B48B; }
span { border-color: rgb(66,180,139); }
td.TdClassName
{
border-color: #42B48B;
}
.TagClassName
{
border-color: #42B48B;
}
</style>