Shades of Gossamer #45A08F
Tints of Gossamer #45A08F
RGB
CMYK
RGB Variations
Color information
#45A08F (or 0x45A08F) is known color: Gossamer. HEX triplet: 45, A0 and 8F. RGB value is (69,160,143). Sum of RGB (Red+Green+Blue) = 69+160+143=372 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.55% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 160 - color contains mainly: green. Hex color #45A08F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A08F is #BA5F70. Grayscale: #828282. Windows color (decimal): -12214129 or 9412677. OLE color: 9412677.
HSL color Cylindrical-coordinate representation of color #45A08F: hue angle of 168.79º 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 #45A08F is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 160 | 143 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.37 |
| HSL | 168.79º | 0.4% | 0.45% | - |
| HSV(B) | 168.79º | 0.57% | 0.63% | - |
| XYZ | 19.98 | 28.39 | 30.41 | - |
| YUV | 130.85 | 134.85 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 160 | 143 | 0.57 | 0 | 0.11 | 0.37 | 168.79 | 0.4 | 0.45 |
| Hex | 45 | A0 | 8F | 39 | 0 | B | 25 | A9 | 28 | 2D |
| Octal | 105 | 240 | 217 | 71 | 0 | 13 | 45 | 251 | 50 | 55 |
| Binary | 1000101 | 10100000 | 10001111 | 111001 | 0 | 1011 | 100101 | 10101001 | 101000 | 101101 |
Color Harmonies of #45A08F
Complementary color
Monochromatic Colors of #45A08F
Black with #45A08F
Text Example
Text Example
White with #45A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A08F; }
p { color: rgb(69,160,143); }
H1.HeaderClassName
{
color: #45A08F;
}
.AnyTagClassName
{
color: #45A08F;
}
</style>
background-color css
<style>
a { background-color: #45A08F; }
a { background-color: rgb(69,160,143); }
div.DivClassName
{
background-color: #45A08F;
}
.BgClassName
{
background-color: #45A08F;
}
</style>
border-color css
<style>
span { border-color: #45A08F; }
span { border-color: rgb(69,160,143); }
td.TdClassName
{
border-color: #45A08F;
}
.TagClassName
{
border-color: #45A08F;
}
</style>