Shades of Gossamer #28997B
Tints of Gossamer #28997B
RGB
CMYK
RGB Variations
Color information
#28997B (or 0x28997B) is known color: Gossamer. HEX triplet: 28, 99 and 7B. RGB value is (40,153,123). Sum of RGB (Red+Green+Blue) = 40+153+123=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #28997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28997B is #D76684. Grayscale: #737373. Windows color (decimal): -14116485 or 8100136. OLE color: 8100136.
HSL color Cylindrical-coordinate representation of color #28997B: hue angle of 164.07º 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 #28997B is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 153 | 123 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.4 |
| HSL | 164.07º | 0.59% | 0.38% | - |
| HSV(B) | 164.07º | 0.74% | 0.6% | - |
| XYZ | 15.84 | 24.66 | 22.66 | - |
| YUV | 115.79 | 132.06 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 123 | 0.74 | 0 | 0.20 | 0.4 | 164.07 | 0.59 | 0.38 |
| Hex | 28 | 99 | 7B | 4A | 0 | 14 | 28 | A4 | 3B | 26 |
| Octal | 50 | 231 | 173 | 112 | 0 | 24 | 50 | 244 | 73 | 46 |
| Binary | 101000 | 10011001 | 1111011 | 1001010 | 0 | 10100 | 101000 | 10100100 | 111011 | 100110 |
Color Harmonies of #28997B
Complementary color
Monochromatic Colors of #28997B
Black with #28997B
Text Example
Text Example
White with #28997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28997B; }
p { color: rgb(40,153,123); }
H1.HeaderClassName
{
color: #28997B;
}
.AnyTagClassName
{
color: #28997B;
}
</style>
background-color css
<style>
a { background-color: #28997B; }
a { background-color: rgb(40,153,123); }
div.DivClassName
{
background-color: #28997B;
}
.BgClassName
{
background-color: #28997B;
}
</style>
border-color css
<style>
span { border-color: #28997B; }
span { border-color: rgb(40,153,123); }
td.TdClassName
{
border-color: #28997B;
}
.TagClassName
{
border-color: #28997B;
}
</style>