Shades of Gossamer #2A997C
Tints of Gossamer #2A997C
RGB
CMYK
RGB Variations
Color information
#2A997C (or 0x2A997C) is known color: Gossamer. HEX triplet: 2A, 99 and 7C. RGB value is (42,153,124). Sum of RGB (Red+Green+Blue) = 42+153+124=319 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.17% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #2A997C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A997C is #D56683. Grayscale: #747474. Windows color (decimal): -13985412 or 8165674. OLE color: 8165674.
HSL color Cylindrical-coordinate representation of color #2A997C: hue angle of 164.32º 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 #2A997C is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 153 | 124 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.4 |
| HSL | 164.32º | 0.57% | 0.38% | - |
| HSV(B) | 164.32º | 0.73% | 0.6% | - |
| XYZ | 15.98 | 24.73 | 23 | - |
| YUV | 116.51 | 132.23 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 153 | 124 | 0.73 | 0 | 0.19 | 0.4 | 164.32 | 0.57 | 0.38 |
| Hex | 2A | 99 | 7C | 49 | 0 | 13 | 28 | A4 | 39 | 26 |
| Octal | 52 | 231 | 174 | 111 | 0 | 23 | 50 | 244 | 71 | 46 |
| Binary | 101010 | 10011001 | 1111100 | 1001001 | 0 | 10011 | 101000 | 10100100 | 111001 | 100110 |
Color Harmonies of #2A997C
Complementary color
Monochromatic Colors of #2A997C
Black with #2A997C
Text Example
Text Example
White with #2A997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A997C; }
p { color: rgb(42,153,124); }
H1.HeaderClassName
{
color: #2A997C;
}
.AnyTagClassName
{
color: #2A997C;
}
</style>
background-color css
<style>
a { background-color: #2A997C; }
a { background-color: rgb(42,153,124); }
div.DivClassName
{
background-color: #2A997C;
}
.BgClassName
{
background-color: #2A997C;
}
</style>
border-color css
<style>
span { border-color: #2A997C; }
span { border-color: rgb(42,153,124); }
td.TdClassName
{
border-color: #2A997C;
}
.TagClassName
{
border-color: #2A997C;
}
</style>