Shades of Gossamer #42987D
Tints of Gossamer #42987D
RGB
CMYK
RGB Variations
Color information
#42987D (or 0x42987D) is known color: Gossamer. HEX triplet: 42, 98 and 7D. RGB value is (66,152,125). Sum of RGB (Red+Green+Blue) = 66+152+125=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #42987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42987D is #BD6782. Grayscale: #7B7B7B. Windows color (decimal): -12412803 or 8230978. OLE color: 8230978.
HSL color Cylindrical-coordinate representation of color #42987D: hue angle of 161.16º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42987D is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 152 | 125 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.40 |
| HSL | 161.16º | 0.39% | 0.43% | - |
| HSV(B) | 161.16º | 0.57% | 0.6% | - |
| XYZ | 17.18 | 25.1 | 23.34 | - |
| YUV | 123.21 | 129.01 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 152 | 125 | 0.57 | 0 | 0.18 | 0.40 | 161.16 | 0.39 | 0.43 |
| Hex | 42 | 98 | 7D | 39 | 0 | 12 | 28 | A1 | 27 | 2B |
| Octal | 102 | 230 | 175 | 71 | 0 | 22 | 50 | 241 | 47 | 53 |
| Binary | 1000010 | 10011000 | 1111101 | 111001 | 0 | 10010 | 101000 | 10100001 | 100111 | 101011 |
Color Harmonies of #42987D
Complementary color
Monochromatic Colors of #42987D
Black with #42987D
Text Example
Text Example
White with #42987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42987D; }
p { color: rgb(66,152,125); }
H1.HeaderClassName
{
color: #42987D;
}
.AnyTagClassName
{
color: #42987D;
}
</style>
background-color css
<style>
a { background-color: #42987D; }
a { background-color: rgb(66,152,125); }
div.DivClassName
{
background-color: #42987D;
}
.BgClassName
{
background-color: #42987D;
}
</style>
border-color css
<style>
span { border-color: #42987D; }
span { border-color: rgb(66,152,125); }
td.TdClassName
{
border-color: #42987D;
}
.TagClassName
{
border-color: #42987D;
}
</style>