Shades of Gossamer #45A17E
Tints of Gossamer #45A17E
RGB
CMYK
RGB Variations
Color information
#45A17E (or 0x45A17E) is known color: Gossamer. HEX triplet: 45, A1 and 7E. RGB value is (69,161,126). Sum of RGB (Red+Green+Blue) = 69+161+126=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 161 - color contains mainly: green. Hex color #45A17E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A17E is #BA5E81. Grayscale: #818181. Windows color (decimal): -12213890 or 8298821. OLE color: 8298821.
HSL color Cylindrical-coordinate representation of color #45A17E: hue angle of 157.17º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A17E is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 161 | 126 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.37 |
| HSL | 157.17º | 0.4% | 0.45% | - |
| HSV(B) | 157.17º | 0.57% | 0.63% | - |
| XYZ | 18.97 | 28.26 | 24.19 | - |
| YUV | 129.5 | 126.02 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 161 | 126 | 0.57 | 0 | 0.22 | 0.37 | 157.17 | 0.4 | 0.45 |
| Hex | 45 | A1 | 7E | 39 | 0 | 16 | 25 | 9D | 28 | 2D |
| Octal | 105 | 241 | 176 | 71 | 0 | 26 | 45 | 235 | 50 | 55 |
| Binary | 1000101 | 10100001 | 1111110 | 111001 | 0 | 10110 | 100101 | 10011101 | 101000 | 101101 |
Color Harmonies of #45A17E
Complementary color
Monochromatic Colors of #45A17E
Black with #45A17E
Text Example
Text Example
White with #45A17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A17E; }
p { color: rgb(69,161,126); }
H1.HeaderClassName
{
color: #45A17E;
}
.AnyTagClassName
{
color: #45A17E;
}
</style>
background-color css
<style>
a { background-color: #45A17E; }
a { background-color: rgb(69,161,126); }
div.DivClassName
{
background-color: #45A17E;
}
.BgClassName
{
background-color: #45A17E;
}
</style>
border-color css
<style>
span { border-color: #45A17E; }
span { border-color: rgb(69,161,126); }
td.TdClassName
{
border-color: #45A17E;
}
.TagClassName
{
border-color: #45A17E;
}
</style>