Shades of Gossamer #28997D
Tints of Gossamer #28997D
RGB
CMYK
RGB Variations
Color information
#28997D (or 0x28997D) is known color: Gossamer. HEX triplet: 28, 99 and 7D. RGB value is (40,153,125). Sum of RGB (Red+Green+Blue) = 40+153+125=318 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.58% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #28997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28997D is #D76682. Grayscale: #747474. Windows color (decimal): -14116483 or 8231208. OLE color: 8231208.
HSL color Cylindrical-coordinate representation of color #28997D: hue angle of 165.13º 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 #28997D is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 125 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.4 |
| HSL | 165.13º | 0.59% | 0.38% | - |
| HSV(B) | 165.13º | 0.74% | 0.6% | - |
| XYZ | 15.97 | 24.71 | 23.33 | - |
| YUV | 116.02 | 133.06 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 125 | 0.74 | 0 | 0.18 | 0.4 | 165.13 | 0.59 | 0.38 |
| Hex | 28 | 99 | 7D | 4A | 0 | 12 | 28 | A5 | 3B | 26 |
| Octal | 50 | 231 | 175 | 112 | 0 | 22 | 50 | 245 | 73 | 46 |
| Binary | 101000 | 10011001 | 1111101 | 1001010 | 0 | 10010 | 101000 | 10100101 | 111011 | 100110 |
Color Harmonies of #28997D
Complementary color
Monochromatic Colors of #28997D
Black with #28997D
Text Example
Text Example
White with #28997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28997D; }
p { color: rgb(40,153,125); }
H1.HeaderClassName
{
color: #28997D;
}
.AnyTagClassName
{
color: #28997D;
}
</style>
background-color css
<style>
a { background-color: #28997D; }
a { background-color: rgb(40,153,125); }
div.DivClassName
{
background-color: #28997D;
}
.BgClassName
{
background-color: #28997D;
}
</style>
border-color css
<style>
span { border-color: #28997D; }
span { border-color: rgb(40,153,125); }
td.TdClassName
{
border-color: #28997D;
}
.TagClassName
{
border-color: #28997D;
}
</style>