Shades of Gossamer #45A685
Tints of Gossamer #45A685
RGB
CMYK
RGB Variations
Color information
#45A685 (or 0x45A685) is known color: Gossamer. HEX triplet: 45, A6 and 85. RGB value is (69,166,133). Sum of RGB (Red+Green+Blue) = 69+166+133=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 166 - color contains mainly: green. Hex color #45A685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A685 is #BA597A. Grayscale: #858585. Windows color (decimal): -12212603 or 8758853. OLE color: 8758853.
HSL color Cylindrical-coordinate representation of color #45A685: hue angle of 159.59º 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 #45A685 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 166 | 133 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.35 |
| HSL | 159.59º | 0.41% | 0.46% | - |
| HSV(B) | 159.59º | 0.58% | 0.65% | - |
| XYZ | 20.32 | 30.23 | 26.95 | - |
| YUV | 133.24 | 127.86 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 166 | 133 | 0.58 | 0 | 0.20 | 0.35 | 159.59 | 0.41 | 0.46 |
| Hex | 45 | A6 | 85 | 3A | 0 | 14 | 23 | A0 | 29 | 2E |
| Octal | 105 | 246 | 205 | 72 | 0 | 24 | 43 | 240 | 51 | 56 |
| Binary | 1000101 | 10100110 | 10000101 | 111010 | 0 | 10100 | 100011 | 10100000 | 101001 | 101110 |
Color Harmonies of #45A685
Complementary color
Monochromatic Colors of #45A685
Black with #45A685
Text Example
Text Example
White with #45A685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A685; }
p { color: rgb(69,166,133); }
H1.HeaderClassName
{
color: #45A685;
}
.AnyTagClassName
{
color: #45A685;
}
</style>
background-color css
<style>
a { background-color: #45A685; }
a { background-color: rgb(69,166,133); }
div.DivClassName
{
background-color: #45A685;
}
.BgClassName
{
background-color: #45A685;
}
</style>
border-color css
<style>
span { border-color: #45A685; }
span { border-color: rgb(69,166,133); }
td.TdClassName
{
border-color: #45A685;
}
.TagClassName
{
border-color: #45A685;
}
</style>