Shades of Gossamer #2A997A
Tints of Gossamer #2A997A
RGB
CMYK
RGB Variations
Color information
#2A997A (or 0x2A997A) is known color: Gossamer. HEX triplet: 2A, 99 and 7A. RGB value is (42,153,122). Sum of RGB (Red+Green+Blue) = 42+153+122=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #2A997A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2A997A is #D56685. Grayscale: #747474. Windows color (decimal): -13985414 or 8034602. OLE color: 8034602.
HSL color Cylindrical-coordinate representation of color #2A997A: hue angle of 163.24º 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 #2A997A is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 153 | 122 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.4 |
| HSL | 163.24º | 0.57% | 0.38% | - |
| HSV(B) | 163.24º | 0.73% | 0.6% | - |
| XYZ | 15.86 | 24.68 | 22.34 | - |
| YUV | 116.28 | 131.23 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 153 | 122 | 0.73 | 0 | 0.20 | 0.4 | 163.24 | 0.57 | 0.38 |
| Hex | 2A | 99 | 7A | 49 | 0 | 14 | 28 | A3 | 39 | 26 |
| Octal | 52 | 231 | 172 | 111 | 0 | 24 | 50 | 243 | 71 | 46 |
| Binary | 101010 | 10011001 | 1111010 | 1001001 | 0 | 10100 | 101000 | 10100011 | 111001 | 100110 |
Color Harmonies of #2A997A
Complementary color
Monochromatic Colors of #2A997A
Black with #2A997A
Text Example
Text Example
White with #2A997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A997A; }
p { color: rgb(42,153,122); }
H1.HeaderClassName
{
color: #2A997A;
}
.AnyTagClassName
{
color: #2A997A;
}
</style>
background-color css
<style>
a { background-color: #2A997A; }
a { background-color: rgb(42,153,122); }
div.DivClassName
{
background-color: #2A997A;
}
.BgClassName
{
background-color: #2A997A;
}
</style>
border-color css
<style>
span { border-color: #2A997A; }
span { border-color: rgb(42,153,122); }
td.TdClassName
{
border-color: #2A997A;
}
.TagClassName
{
border-color: #2A997A;
}
</style>