Shades of Gossamer #45A28D
Tints of Gossamer #45A28D
RGB
CMYK
RGB Variations
Color information
#45A28D (or 0x45A28D) is known color: Gossamer. HEX triplet: 45, A2 and 8D. RGB value is (69,162,141). Sum of RGB (Red+Green+Blue) = 69+162+141=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 162 - color contains mainly: green. Hex color #45A28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A28D is #BA5D72. Grayscale: #838383. Windows color (decimal): -12213619 or 9282117. OLE color: 9282117.
HSL color Cylindrical-coordinate representation of color #45A28D: hue angle of 166.45º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A28D is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 162 | 141 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.36 |
| HSL | 166.45º | 0.4% | 0.45% | - |
| HSV(B) | 166.45º | 0.57% | 0.64% | - |
| XYZ | 20.18 | 29.03 | 29.74 | - |
| YUV | 131.8 | 133.19 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 162 | 141 | 0.57 | 0 | 0.13 | 0.36 | 166.45 | 0.4 | 0.45 |
| Hex | 45 | A2 | 8D | 39 | 0 | D | 24 | A6 | 28 | 2D |
| Octal | 105 | 242 | 215 | 71 | 0 | 15 | 44 | 246 | 50 | 55 |
| Binary | 1000101 | 10100010 | 10001101 | 111001 | 0 | 1101 | 100100 | 10100110 | 101000 | 101101 |
Color Harmonies of #45A28D
Complementary color
Monochromatic Colors of #45A28D
Black with #45A28D
Text Example
Text Example
White with #45A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A28D; }
p { color: rgb(69,162,141); }
H1.HeaderClassName
{
color: #45A28D;
}
.AnyTagClassName
{
color: #45A28D;
}
</style>
background-color css
<style>
a { background-color: #45A28D; }
a { background-color: rgb(69,162,141); }
div.DivClassName
{
background-color: #45A28D;
}
.BgClassName
{
background-color: #45A28D;
}
</style>
border-color css
<style>
span { border-color: #45A28D; }
span { border-color: rgb(69,162,141); }
td.TdClassName
{
border-color: #45A28D;
}
.TagClassName
{
border-color: #45A28D;
}
</style>