Shades of Gossamer #45AD89
Tints of Gossamer #45AD89
RGB
CMYK
RGB Variations
Color information
#45AD89 (or 0x45AD89) is known color: Gossamer. HEX triplet: 45, AD and 89. RGB value is (69,173,137). Sum of RGB (Red+Green+Blue) = 69+173+137=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AD89 is #BA5276. Grayscale: #898989. Windows color (decimal): -12210807 or 9022789. OLE color: 9022789.
HSL color Cylindrical-coordinate representation of color #45AD89: hue angle of 159.23º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AD89 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 173 | 137 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.32 |
| HSL | 159.23º | 0.43% | 0.47% | - |
| HSV(B) | 159.23º | 0.6% | 0.68% | - |
| XYZ | 21.91 | 32.96 | 28.87 | - |
| YUV | 137.8 | 127.54 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 173 | 137 | 0.60 | 0 | 0.21 | 0.32 | 159.23 | 0.43 | 0.47 |
| Hex | 45 | AD | 89 | 3C | 0 | 15 | 20 | 9F | 2B | 2F |
| Octal | 105 | 255 | 211 | 74 | 0 | 25 | 40 | 237 | 53 | 57 |
| Binary | 1000101 | 10101101 | 10001001 | 111100 | 0 | 10101 | 100000 | 10011111 | 101011 | 101111 |
Color Harmonies of #45AD89
Complementary color
Monochromatic Colors of #45AD89
Black with #45AD89
Text Example
Text Example
White with #45AD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AD89; }
p { color: rgb(69,173,137); }
H1.HeaderClassName
{
color: #45AD89;
}
.AnyTagClassName
{
color: #45AD89;
}
</style>
background-color css
<style>
a { background-color: #45AD89; }
a { background-color: rgb(69,173,137); }
div.DivClassName
{
background-color: #45AD89;
}
.BgClassName
{
background-color: #45AD89;
}
</style>
border-color css
<style>
span { border-color: #45AD89; }
span { border-color: rgb(69,173,137); }
td.TdClassName
{
border-color: #45AD89;
}
.TagClassName
{
border-color: #45AD89;
}
</style>