Shades of Gossamer #45A086
Tints of Gossamer #45A086
RGB
CMYK
RGB Variations
Color information
#45A086 (or 0x45A086) is known color: Gossamer. HEX triplet: 45, A0 and 86. RGB value is (69,160,134). Sum of RGB (Red+Green+Blue) = 69+160+134=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #45A086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A086 is #BA5F79. Grayscale: #818181. Windows color (decimal): -12214138 or 8822853. OLE color: 8822853.
HSL color Cylindrical-coordinate representation of color #45A086: hue angle of 162.86º 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 #45A086 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 160 | 134 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.37 |
| HSL | 162.86º | 0.4% | 0.45% | - |
| HSV(B) | 162.86º | 0.57% | 0.63% | - |
| XYZ | 19.33 | 28.13 | 26.96 | - |
| YUV | 129.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 160 | 134 | 0.57 | 0 | 0.16 | 0.37 | 162.86 | 0.4 | 0.45 |
| Hex | 45 | A0 | 86 | 39 | 0 | 10 | 25 | A3 | 28 | 2D |
| Octal | 105 | 240 | 206 | 71 | 0 | 20 | 45 | 243 | 50 | 55 |
| Binary | 1000101 | 10100000 | 10000110 | 111001 | 0 | 10000 | 100101 | 10100011 | 101000 | 101101 |
Color Harmonies of #45A086
Complementary color
Monochromatic Colors of #45A086
Black with #45A086
Text Example
Text Example
White with #45A086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A086; }
p { color: rgb(69,160,134); }
H1.HeaderClassName
{
color: #45A086;
}
.AnyTagClassName
{
color: #45A086;
}
</style>
background-color css
<style>
a { background-color: #45A086; }
a { background-color: rgb(69,160,134); }
div.DivClassName
{
background-color: #45A086;
}
.BgClassName
{
background-color: #45A086;
}
</style>
border-color css
<style>
span { border-color: #45A086; }
span { border-color: rgb(69,160,134); }
td.TdClassName
{
border-color: #45A086;
}
.TagClassName
{
border-color: #45A086;
}
</style>