Shades of Gossamer #42AD82
Tints of Gossamer #42AD82
RGB
CMYK
RGB Variations
Color information
#42AD82 (or 0x42AD82) is known color: Gossamer. HEX triplet: 42, AD and 82. RGB value is (66,173,130). Sum of RGB (Red+Green+Blue) = 66+173+130=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 173 (67.97% from 255 or 46.88% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AD82 is #BD527D. Grayscale: #888888. Windows color (decimal): -12407422 or 8564034. OLE color: 8564034.
HSL color Cylindrical-coordinate representation of color #42AD82: hue angle of 155.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AD82 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 173 | 130 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.32 |
| HSL | 155.89º | 0.45% | 0.47% | - |
| HSV(B) | 155.89º | 0.62% | 0.68% | - |
| XYZ | 21.22 | 32.66 | 26.3 | - |
| YUV | 136.11 | 124.55 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 130 | 0.62 | 0 | 0.25 | 0.32 | 155.89 | 0.45 | 0.47 |
| Hex | 42 | AD | 82 | 3E | 0 | 19 | 20 | 9C | 2D | 2F |
| Octal | 102 | 255 | 202 | 76 | 0 | 31 | 40 | 234 | 55 | 57 |
| Binary | 1000010 | 10101101 | 10000010 | 111110 | 0 | 11001 | 100000 | 10011100 | 101101 | 101111 |
Color Harmonies of #42AD82
Complementary color
Monochromatic Colors of #42AD82
Black with #42AD82
Text Example
Text Example
White with #42AD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AD82; }
p { color: rgb(66,173,130); }
H1.HeaderClassName
{
color: #42AD82;
}
.AnyTagClassName
{
color: #42AD82;
}
</style>
background-color css
<style>
a { background-color: #42AD82; }
a { background-color: rgb(66,173,130); }
div.DivClassName
{
background-color: #42AD82;
}
.BgClassName
{
background-color: #42AD82;
}
</style>
border-color css
<style>
span { border-color: #42AD82; }
span { border-color: rgb(66,173,130); }
td.TdClassName
{
border-color: #42AD82;
}
.TagClassName
{
border-color: #42AD82;
}
</style>