Shades of Gossamer #28997C
Tints of Gossamer #28997C
RGB
CMYK
RGB Variations
Color information
#28997C (or 0x28997C) is known color: Gossamer. HEX triplet: 28, 99 and 7C. RGB value is (40,153,124). Sum of RGB (Red+Green+Blue) = 40+153+124=317 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.62% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #28997C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28997C is #D76683. Grayscale: #737373. Windows color (decimal): -14116484 or 8165672. OLE color: 8165672.
HSL color Cylindrical-coordinate representation of color #28997C: hue angle of 164.6º 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 #28997C is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 124 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.4 |
| HSL | 164.6º | 0.59% | 0.38% | - |
| HSV(B) | 164.6º | 0.74% | 0.6% | - |
| XYZ | 15.9 | 24.69 | 23 | - |
| YUV | 115.91 | 132.56 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 124 | 0.74 | 0 | 0.19 | 0.4 | 164.6 | 0.59 | 0.38 |
| Hex | 28 | 99 | 7C | 4A | 0 | 13 | 28 | A5 | 3B | 26 |
| Octal | 50 | 231 | 174 | 112 | 0 | 23 | 50 | 245 | 73 | 46 |
| Binary | 101000 | 10011001 | 1111100 | 1001010 | 0 | 10011 | 101000 | 10100101 | 111011 | 100110 |
Color Harmonies of #28997C
Complementary color
Monochromatic Colors of #28997C
Black with #28997C
Text Example
Text Example
White with #28997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28997C; }
p { color: rgb(40,153,124); }
H1.HeaderClassName
{
color: #28997C;
}
.AnyTagClassName
{
color: #28997C;
}
</style>
background-color css
<style>
a { background-color: #28997C; }
a { background-color: rgb(40,153,124); }
div.DivClassName
{
background-color: #28997C;
}
.BgClassName
{
background-color: #28997C;
}
</style>
border-color css
<style>
span { border-color: #28997C; }
span { border-color: rgb(40,153,124); }
td.TdClassName
{
border-color: #28997C;
}
.TagClassName
{
border-color: #28997C;
}
</style>