Shades of Gossamer #42A983
Tints of Gossamer #42A983
RGB
CMYK
RGB Variations
Color information
#42A983 (or 0x42A983) is known color: Gossamer. HEX triplet: 42, A9 and 83. RGB value is (66,169,131). Sum of RGB (Red+Green+Blue) = 66+169+131=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 169 (66.41% from 255 or 46.17% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 169 - color contains mainly: green. Hex color #42A983 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A983 is #BD567C. Grayscale: #858585. Windows color (decimal): -12408445 or 8628546. OLE color: 8628546.
HSL color Cylindrical-coordinate representation of color #42A983: hue angle of 157.86º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A983 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 169 | 131 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.34 |
| HSL | 157.86º | 0.44% | 0.46% | - |
| HSV(B) | 157.86º | 0.61% | 0.66% | - |
| XYZ | 20.53 | 31.17 | 26.41 | - |
| YUV | 133.87 | 126.38 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 169 | 131 | 0.61 | 0 | 0.22 | 0.34 | 157.86 | 0.44 | 0.46 |
| Hex | 42 | A9 | 83 | 3D | 0 | 16 | 22 | 9E | 2C | 2E |
| Octal | 102 | 251 | 203 | 75 | 0 | 26 | 42 | 236 | 54 | 56 |
| Binary | 1000010 | 10101001 | 10000011 | 111101 | 0 | 10110 | 100010 | 10011110 | 101100 | 101110 |
Color Harmonies of #42A983
Complementary color
Monochromatic Colors of #42A983
Black with #42A983
Text Example
Text Example
White with #42A983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A983; }
p { color: rgb(66,169,131); }
H1.HeaderClassName
{
color: #42A983;
}
.AnyTagClassName
{
color: #42A983;
}
</style>
background-color css
<style>
a { background-color: #42A983; }
a { background-color: rgb(66,169,131); }
div.DivClassName
{
background-color: #42A983;
}
.BgClassName
{
background-color: #42A983;
}
</style>
border-color css
<style>
span { border-color: #42A983; }
span { border-color: rgb(66,169,131); }
td.TdClassName
{
border-color: #42A983;
}
.TagClassName
{
border-color: #42A983;
}
</style>