Shades of Gossamer #28987A
Tints of Gossamer #28987A
RGB
CMYK
RGB Variations
Color information
#28987A (or 0x28987A) is known color: Gossamer. HEX triplet: 28, 98 and 7A. RGB value is (40,152,122). Sum of RGB (Red+Green+Blue) = 40+152+122=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #28987A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28987A is #D76785. Grayscale: #737373. Windows color (decimal): -14116742 or 8034344. OLE color: 8034344.
HSL color Cylindrical-coordinate representation of color #28987A: hue angle of 163.93º degrees, saturation: 0.58, 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 #28987A is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 152 | 122 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.40 |
| HSL | 163.93º | 0.58% | 0.38% | - |
| HSV(B) | 163.93º | 0.74% | 0.6% | - |
| XYZ | 15.62 | 24.31 | 22.28 | - |
| YUV | 115.09 | 131.89 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 122 | 0.74 | 0 | 0.20 | 0.40 | 163.93 | 0.58 | 0.38 |
| Hex | 28 | 98 | 7A | 4A | 0 | 14 | 28 | A4 | 3A | 26 |
| Octal | 50 | 230 | 172 | 112 | 0 | 24 | 50 | 244 | 72 | 46 |
| Binary | 101000 | 10011000 | 1111010 | 1001010 | 0 | 10100 | 101000 | 10100100 | 111010 | 100110 |
Color Harmonies of #28987A
Complementary color
Monochromatic Colors of #28987A
Black with #28987A
Text Example
Text Example
White with #28987A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28987A; }
p { color: rgb(40,152,122); }
H1.HeaderClassName
{
color: #28987A;
}
.AnyTagClassName
{
color: #28987A;
}
</style>
background-color css
<style>
a { background-color: #28987A; }
a { background-color: rgb(40,152,122); }
div.DivClassName
{
background-color: #28987A;
}
.BgClassName
{
background-color: #28987A;
}
</style>
border-color css
<style>
span { border-color: #28987A; }
span { border-color: rgb(40,152,122); }
td.TdClassName
{
border-color: #28987A;
}
.TagClassName
{
border-color: #28987A;
}
</style>