Shades of Gossamer #42AD9A
Tints of Gossamer #42AD9A
RGB
CMYK
RGB Variations
Color information
#42AD9A (or 0x42AD9A) is known color: Gossamer. HEX triplet: 42, AD and 9A. RGB value is (66,173,154). Sum of RGB (Red+Green+Blue) = 66+173+154=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AD9A is #BD5265. Grayscale: #8A8A8A. Windows color (decimal): -12407398 or 10136898. OLE color: 10136898.
HSL color Cylindrical-coordinate representation of color #42AD9A: hue angle of 169.35º 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 #42AD9A is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 173 | 154 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.32 |
| HSL | 169.35º | 0.45% | 0.47% | - |
| HSV(B) | 169.35º | 0.62% | 0.68% | - |
| XYZ | 23.02 | 33.38 | 35.8 | - |
| YUV | 138.84 | 136.55 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 173 | 154 | 0.62 | 0 | 0.11 | 0.32 | 169.35 | 0.45 | 0.47 |
| Hex | 42 | AD | 9A | 3E | 0 | B | 20 | A9 | 2D | 2F |
| Octal | 102 | 255 | 232 | 76 | 0 | 13 | 40 | 251 | 55 | 57 |
| Binary | 1000010 | 10101101 | 10011010 | 111110 | 0 | 1011 | 100000 | 10101001 | 101101 | 101111 |
Color Harmonies of #42AD9A
Complementary color
Monochromatic Colors of #42AD9A
Black with #42AD9A
Text Example
Text Example
White with #42AD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42AD9A; }
p { color: rgb(66,173,154); }
H1.HeaderClassName
{
color: #42AD9A;
}
.AnyTagClassName
{
color: #42AD9A;
}
</style>
background-color css
<style>
a { background-color: #42AD9A; }
a { background-color: rgb(66,173,154); }
div.DivClassName
{
background-color: #42AD9A;
}
.BgClassName
{
background-color: #42AD9A;
}
</style>
border-color css
<style>
span { border-color: #42AD9A; }
span { border-color: rgb(66,173,154); }
td.TdClassName
{
border-color: #42AD9A;
}
.TagClassName
{
border-color: #42AD9A;
}
</style>