Shades of Gossamer #2A9A82
Tints of Gossamer #2A9A82
RGB
CMYK
RGB Variations
Color information
#2A9A82 (or 0x2A9A82) is known color: Gossamer. HEX triplet: 2A, 9A and 82. RGB value is (42,154,130). Sum of RGB (Red+Green+Blue) = 42+154+130=326 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.88% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 154 - color contains mainly: green. Hex color #2A9A82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A9A82 is #D5657D. Grayscale: #757575. Windows color (decimal): -13985150 or 8559146. OLE color: 8559146.
HSL color Cylindrical-coordinate representation of color #2A9A82: hue angle of 167.14º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A9A82 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 154 | 130 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.40 |
| HSL | 167.14º | 0.57% | 0.38% | - |
| HSV(B) | 167.14º | 0.73% | 0.6% | - |
| XYZ | 16.54 | 25.22 | 25.11 | - |
| YUV | 117.78 | 134.89 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 154 | 130 | 0.73 | 0 | 0.16 | 0.40 | 167.14 | 0.57 | 0.38 |
| Hex | 2A | 9A | 82 | 49 | 0 | 10 | 28 | A7 | 39 | 26 |
| Octal | 52 | 232 | 202 | 111 | 0 | 20 | 50 | 247 | 71 | 46 |
| Binary | 101010 | 10011010 | 10000010 | 1001001 | 0 | 10000 | 101000 | 10100111 | 111001 | 100110 |
Color Harmonies of #2A9A82
Complementary color
Monochromatic Colors of #2A9A82
Black with #2A9A82
Text Example
Text Example
White with #2A9A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9A82; }
p { color: rgb(42,154,130); }
H1.HeaderClassName
{
color: #2A9A82;
}
.AnyTagClassName
{
color: #2A9A82;
}
</style>
background-color css
<style>
a { background-color: #2A9A82; }
a { background-color: rgb(42,154,130); }
div.DivClassName
{
background-color: #2A9A82;
}
.BgClassName
{
background-color: #2A9A82;
}
</style>
border-color css
<style>
span { border-color: #2A9A82; }
span { border-color: rgb(42,154,130); }
td.TdClassName
{
border-color: #2A9A82;
}
.TagClassName
{
border-color: #2A9A82;
}
</style>