Shades of Gossamer #45A080
Tints of Gossamer #45A080
RGB
CMYK
RGB Variations
Color information
#45A080 (or 0x45A080) is known color: Gossamer. HEX triplet: 45, A0 and 80. RGB value is (69,160,128). Sum of RGB (Red+Green+Blue) = 69+160+128=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 160 (62.89% from 255 or 44.82% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 160 - color contains mainly: green. Hex color #45A080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A080 is #BA5F7F. Grayscale: #818181. Windows color (decimal): -12214144 or 8429637. OLE color: 8429637.
HSL color Cylindrical-coordinate representation of color #45A080: hue angle of 158.9º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A080 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 160 | 128 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.37 |
| HSL | 158.9º | 0.4% | 0.45% | - |
| HSV(B) | 158.9º | 0.57% | 0.63% | - |
| XYZ | 18.92 | 27.97 | 24.82 | - |
| YUV | 129.14 | 127.35 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 160 | 128 | 0.57 | 0 | 0.20 | 0.37 | 158.9 | 0.4 | 0.45 |
| Hex | 45 | A0 | 80 | 39 | 0 | 14 | 25 | 9F | 28 | 2D |
| Octal | 105 | 240 | 200 | 71 | 0 | 24 | 45 | 237 | 50 | 55 |
| Binary | 1000101 | 10100000 | 10000000 | 111001 | 0 | 10100 | 100101 | 10011111 | 101000 | 101101 |
Color Harmonies of #45A080
Complementary color
Monochromatic Colors of #45A080
Black with #45A080
Text Example
Text Example
White with #45A080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A080; }
p { color: rgb(69,160,128); }
H1.HeaderClassName
{
color: #45A080;
}
.AnyTagClassName
{
color: #45A080;
}
</style>
background-color css
<style>
a { background-color: #45A080; }
a { background-color: rgb(69,160,128); }
div.DivClassName
{
background-color: #45A080;
}
.BgClassName
{
background-color: #45A080;
}
</style>
border-color css
<style>
span { border-color: #45A080; }
span { border-color: rgb(69,160,128); }
td.TdClassName
{
border-color: #45A080;
}
.TagClassName
{
border-color: #45A080;
}
</style>