Shades of Gossamer #45AD8A
Tints of Gossamer #45AD8A
RGB
CMYK
RGB Variations
Color information
#45AD8A (or 0x45AD8A) is known color: Gossamer. HEX triplet: 45, AD and 8A. RGB value is (69,173,138). Sum of RGB (Red+Green+Blue) = 69+173+138=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AD8A is #BA5275. Grayscale: #898989. Windows color (decimal): -12210806 or 9088325. OLE color: 9088325.
HSL color Cylindrical-coordinate representation of color #45AD8A: hue angle of 159.81º 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 #45AD8A is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 173 | 138 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.32 |
| HSL | 159.81º | 0.43% | 0.47% | - |
| HSV(B) | 159.81º | 0.6% | 0.68% | - |
| XYZ | 21.99 | 32.99 | 29.25 | - |
| YUV | 137.91 | 128.04 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 173 | 138 | 0.60 | 0 | 0.20 | 0.32 | 159.81 | 0.43 | 0.47 |
| Hex | 45 | AD | 8A | 3C | 0 | 14 | 20 | A0 | 2B | 2F |
| Octal | 105 | 255 | 212 | 74 | 0 | 24 | 40 | 240 | 53 | 57 |
| Binary | 1000101 | 10101101 | 10001010 | 111100 | 0 | 10100 | 100000 | 10100000 | 101011 | 101111 |
Color Harmonies of #45AD8A
Complementary color
Monochromatic Colors of #45AD8A
Black with #45AD8A
Text Example
Text Example
White with #45AD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AD8A; }
p { color: rgb(69,173,138); }
H1.HeaderClassName
{
color: #45AD8A;
}
.AnyTagClassName
{
color: #45AD8A;
}
</style>
background-color css
<style>
a { background-color: #45AD8A; }
a { background-color: rgb(69,173,138); }
div.DivClassName
{
background-color: #45AD8A;
}
.BgClassName
{
background-color: #45AD8A;
}
</style>
border-color css
<style>
span { border-color: #45AD8A; }
span { border-color: rgb(69,173,138); }
td.TdClassName
{
border-color: #45AD8A;
}
.TagClassName
{
border-color: #45AD8A;
}
</style>