Shades of Gossamer #45B091
Tints of Gossamer #45B091
RGB
CMYK
RGB Variations
Color information
#45B091 (or 0x45B091) is known color: Gossamer. HEX triplet: 45, B0 and 91. RGB value is (69,176,145). Sum of RGB (Red+Green+Blue) = 69+176+145=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 176 - color contains mainly: green. Hex color #45B091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45B091 is #BA4F6E. Grayscale: #8C8C8C. Windows color (decimal): -12210031 or 9547845. OLE color: 9547845.
HSL color Cylindrical-coordinate representation of color #45B091: hue angle of 162.62º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45B091 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 176 | 145 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.31 |
| HSL | 162.62º | 0.44% | 0.48% | - |
| HSV(B) | 162.62º | 0.61% | 0.69% | - |
| XYZ | 23.09 | 34.36 | 32.2 | - |
| YUV | 140.47 | 130.55 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 176 | 145 | 0.61 | 0 | 0.18 | 0.31 | 162.62 | 0.44 | 0.48 |
| Hex | 45 | B0 | 91 | 3D | 0 | 12 | 1F | A3 | 2C | 30 |
| Octal | 105 | 260 | 221 | 75 | 0 | 22 | 37 | 243 | 54 | 60 |
| Binary | 1000101 | 10110000 | 10010001 | 111101 | 0 | 10010 | 11111 | 10100011 | 101100 | 110000 |
Color Harmonies of #45B091
Complementary color
Monochromatic Colors of #45B091
Black with #45B091
Text Example
Text Example
White with #45B091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B091; }
p { color: rgb(69,176,145); }
H1.HeaderClassName
{
color: #45B091;
}
.AnyTagClassName
{
color: #45B091;
}
</style>
background-color css
<style>
a { background-color: #45B091; }
a { background-color: rgb(69,176,145); }
div.DivClassName
{
background-color: #45B091;
}
.BgClassName
{
background-color: #45B091;
}
</style>
border-color css
<style>
span { border-color: #45B091; }
span { border-color: rgb(69,176,145); }
td.TdClassName
{
border-color: #45B091;
}
.TagClassName
{
border-color: #45B091;
}
</style>