Shades of Gossamer #42AF8D
Tints of Gossamer #42AF8D
RGB
CMYK
RGB Variations
Color information
#42AF8D (or 0x42AF8D) is known color: Gossamer. HEX triplet: 42, AF and 8D. RGB value is (66,175,141). Sum of RGB (Red+Green+Blue) = 66+175+141=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AF8D is #BD5072. Grayscale: #8A8A8A. Windows color (decimal): -12406899 or 9285442. OLE color: 9285442.
HSL color Cylindrical-coordinate representation of color #42AF8D: hue angle of 161.28º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AF8D is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 175 | 141 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.31 |
| HSL | 161.28º | 0.45% | 0.47% | - |
| HSV(B) | 161.28º | 0.62% | 0.69% | - |
| XYZ | 22.38 | 33.74 | 30.53 | - |
| YUV | 138.53 | 129.39 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 175 | 141 | 0.62 | 0 | 0.19 | 0.31 | 161.28 | 0.45 | 0.47 |
| Hex | 42 | AF | 8D | 3E | 0 | 13 | 1F | A1 | 2D | 2F |
| Octal | 102 | 257 | 215 | 76 | 0 | 23 | 37 | 241 | 55 | 57 |
| Binary | 1000010 | 10101111 | 10001101 | 111110 | 0 | 10011 | 11111 | 10100001 | 101101 | 101111 |
Color Harmonies of #42AF8D
Complementary color
Monochromatic Colors of #42AF8D
Black with #42AF8D
Text Example
Text Example
White with #42AF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AF8D; }
p { color: rgb(66,175,141); }
H1.HeaderClassName
{
color: #42AF8D;
}
.AnyTagClassName
{
color: #42AF8D;
}
</style>
background-color css
<style>
a { background-color: #42AF8D; }
a { background-color: rgb(66,175,141); }
div.DivClassName
{
background-color: #42AF8D;
}
.BgClassName
{
background-color: #42AF8D;
}
</style>
border-color css
<style>
span { border-color: #42AF8D; }
span { border-color: rgb(66,175,141); }
td.TdClassName
{
border-color: #42AF8D;
}
.TagClassName
{
border-color: #42AF8D;
}
</style>