Shades of Gossamer #45A680
Tints of Gossamer #45A680
RGB
CMYK
RGB Variations
Color information
#45A680 (or 0x45A680) is known color: Gossamer. HEX triplet: 45, A6 and 80. RGB value is (69,166,128). Sum of RGB (Red+Green+Blue) = 69+166+128=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 166 - color contains mainly: green. Hex color #45A680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A680 is #BA597F. Grayscale: #848484. Windows color (decimal): -12212608 or 8431173. OLE color: 8431173.
HSL color Cylindrical-coordinate representation of color #45A680: hue angle of 156.49º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A680 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 166 | 128 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.35 |
| HSL | 156.49º | 0.41% | 0.46% | - |
| HSV(B) | 156.49º | 0.58% | 0.65% | - |
| XYZ | 19.99 | 30.1 | 25.18 | - |
| YUV | 132.67 | 125.36 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 166 | 128 | 0.58 | 0 | 0.23 | 0.35 | 156.49 | 0.41 | 0.46 |
| Hex | 45 | A6 | 80 | 3A | 0 | 17 | 23 | 9C | 29 | 2E |
| Octal | 105 | 246 | 200 | 72 | 0 | 27 | 43 | 234 | 51 | 56 |
| Binary | 1000101 | 10100110 | 10000000 | 111010 | 0 | 10111 | 100011 | 10011100 | 101001 | 101110 |
Color Harmonies of #45A680
Complementary color
Monochromatic Colors of #45A680
Black with #45A680
Text Example
Text Example
White with #45A680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A680; }
p { color: rgb(69,166,128); }
H1.HeaderClassName
{
color: #45A680;
}
.AnyTagClassName
{
color: #45A680;
}
</style>
background-color css
<style>
a { background-color: #45A680; }
a { background-color: rgb(69,166,128); }
div.DivClassName
{
background-color: #45A680;
}
.BgClassName
{
background-color: #45A680;
}
</style>
border-color css
<style>
span { border-color: #45A680; }
span { border-color: rgb(69,166,128); }
td.TdClassName
{
border-color: #45A680;
}
.TagClassName
{
border-color: #45A680;
}
</style>