Shades of Gossamer #45A59A
Tints of Gossamer #45A59A
RGB
CMYK
RGB Variations
Color information
#45A59A (or 0x45A59A) is known color: Gossamer. HEX triplet: 45, A5 and 9A. RGB value is (69,165,154). Sum of RGB (Red+Green+Blue) = 69+165+154=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 165 - color contains mainly: green. Hex color #45A59A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A59A is #BA5A65. Grayscale: #868686. Windows color (decimal): -12212838 or 10134853. OLE color: 10134853.
HSL color Cylindrical-coordinate representation of color #45A59A: hue angle of 173.12º 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 #45A59A is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 165 | 154 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.35 |
| HSL | 173.13º | 0.41% | 0.46% | - |
| HSV(B) | 173.13º | 0.58% | 0.65% | - |
| XYZ | 21.74 | 30.51 | 35.31 | - |
| YUV | 135.04 | 138.7 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 165 | 154 | 0.58 | 0 | 0.07 | 0.35 | 173.13 | 0.41 | 0.46 |
| Hex | 45 | A5 | 9A | 3A | 0 | 7 | 23 | AD | 29 | 2E |
| Octal | 105 | 245 | 232 | 72 | 0 | 7 | 43 | 255 | 51 | 56 |
| Binary | 1000101 | 10100101 | 10011010 | 111010 | 0 | 111 | 100011 | 10101101 | 101001 | 101110 |
Color Harmonies of #45A59A
Complementary color
Monochromatic Colors of #45A59A
Black with #45A59A
Text Example
Text Example
White with #45A59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A59A; }
p { color: rgb(69,165,154); }
H1.HeaderClassName
{
color: #45A59A;
}
.AnyTagClassName
{
color: #45A59A;
}
</style>
background-color css
<style>
a { background-color: #45A59A; }
a { background-color: rgb(69,165,154); }
div.DivClassName
{
background-color: #45A59A;
}
.BgClassName
{
background-color: #45A59A;
}
</style>
border-color css
<style>
span { border-color: #45A59A; }
span { border-color: rgb(69,165,154); }
td.TdClassName
{
border-color: #45A59A;
}
.TagClassName
{
border-color: #45A59A;
}
</style>