Shades of Gossamer #28997E
Tints of Gossamer #28997E
RGB
CMYK
RGB Variations
Color information
#28997E (or 0x28997E) is known color: Gossamer. HEX triplet: 28, 99 and 7E. RGB value is (40,153,126). Sum of RGB (Red+Green+Blue) = 40+153+126=319 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.54% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #28997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28997E is #D76681. Grayscale: #747474. Windows color (decimal): -14116482 or 8296744. OLE color: 8296744.
HSL color Cylindrical-coordinate representation of color #28997E: hue angle of 165.66º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28997E is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 126 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.4 |
| HSL | 165.66º | 0.59% | 0.38% | - |
| HSV(B) | 165.66º | 0.74% | 0.6% | - |
| XYZ | 16.03 | 24.74 | 23.67 | - |
| YUV | 116.14 | 133.56 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 126 | 0.74 | 0 | 0.18 | 0.4 | 165.66 | 0.59 | 0.38 |
| Hex | 28 | 99 | 7E | 4A | 0 | 12 | 28 | A6 | 3B | 26 |
| Octal | 50 | 231 | 176 | 112 | 0 | 22 | 50 | 246 | 73 | 46 |
| Binary | 101000 | 10011001 | 1111110 | 1001010 | 0 | 10010 | 101000 | 10100110 | 111011 | 100110 |
Color Harmonies of #28997E
Complementary color
Monochromatic Colors of #28997E
Black with #28997E
Text Example
Text Example
White with #28997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28997E; }
p { color: rgb(40,153,126); }
H1.HeaderClassName
{
color: #28997E;
}
.AnyTagClassName
{
color: #28997E;
}
</style>
background-color css
<style>
a { background-color: #28997E; }
a { background-color: rgb(40,153,126); }
div.DivClassName
{
background-color: #28997E;
}
.BgClassName
{
background-color: #28997E;
}
</style>
border-color css
<style>
span { border-color: #28997E; }
span { border-color: rgb(40,153,126); }
td.TdClassName
{
border-color: #28997E;
}
.TagClassName
{
border-color: #28997E;
}
</style>