Shades of Gossamer #45A192
Tints of Gossamer #45A192
RGB
CMYK
RGB Variations
Color information
#45A192 (or 0x45A192) is known color: Gossamer. HEX triplet: 45, A1 and 92. RGB value is (69,161,146). Sum of RGB (Red+Green+Blue) = 69+161+146=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 161 - color contains mainly: green. Hex color #45A192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A192 is #BA5E6D. Grayscale: #838383. Windows color (decimal): -12213870 or 9609541. OLE color: 9609541.
HSL color Cylindrical-coordinate representation of color #45A192: hue angle of 170.22º 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 #45A192 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 161 | 146 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.37 |
| HSL | 170.22º | 0.4% | 0.45% | - |
| HSV(B) | 170.22º | 0.57% | 0.63% | - |
| XYZ | 20.39 | 28.83 | 31.68 | - |
| YUV | 131.78 | 136.02 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 161 | 146 | 0.57 | 0 | 0.09 | 0.37 | 170.22 | 0.4 | 0.45 |
| Hex | 45 | A1 | 92 | 39 | 0 | 9 | 25 | AA | 28 | 2D |
| Octal | 105 | 241 | 222 | 71 | 0 | 11 | 45 | 252 | 50 | 55 |
| Binary | 1000101 | 10100001 | 10010010 | 111001 | 0 | 1001 | 100101 | 10101010 | 101000 | 101101 |
Color Harmonies of #45A192
Complementary color
Monochromatic Colors of #45A192
Black with #45A192
Text Example
Text Example
White with #45A192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A192; }
p { color: rgb(69,161,146); }
H1.HeaderClassName
{
color: #45A192;
}
.AnyTagClassName
{
color: #45A192;
}
</style>
background-color css
<style>
a { background-color: #45A192; }
a { background-color: rgb(69,161,146); }
div.DivClassName
{
background-color: #45A192;
}
.BgClassName
{
background-color: #45A192;
}
</style>
border-color css
<style>
span { border-color: #45A192; }
span { border-color: rgb(69,161,146); }
td.TdClassName
{
border-color: #45A192;
}
.TagClassName
{
border-color: #45A192;
}
</style>