Shades of Gossamer #45A185
Tints of Gossamer #45A185
RGB
CMYK
RGB Variations
Color information
#45A185 (or 0x45A185) is known color: Gossamer. HEX triplet: 45, A1 and 85. RGB value is (69,161,133). Sum of RGB (Red+Green+Blue) = 69+161+133=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #45A185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A185 is #BA5E7A. Grayscale: #828282. Windows color (decimal): -12213883 or 8757573. OLE color: 8757573.
HSL color Cylindrical-coordinate representation of color #45A185: hue angle of 161.74º 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 #45A185 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 161 | 133 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.37 |
| HSL | 161.74º | 0.4% | 0.45% | - |
| HSV(B) | 161.74º | 0.57% | 0.63% | - |
| XYZ | 19.43 | 28.45 | 26.66 | - |
| YUV | 130.3 | 129.52 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 161 | 133 | 0.57 | 0 | 0.17 | 0.37 | 161.74 | 0.4 | 0.45 |
| Hex | 45 | A1 | 85 | 39 | 0 | 11 | 25 | A2 | 28 | 2D |
| Octal | 105 | 241 | 205 | 71 | 0 | 21 | 45 | 242 | 50 | 55 |
| Binary | 1000101 | 10100001 | 10000101 | 111001 | 0 | 10001 | 100101 | 10100010 | 101000 | 101101 |
Color Harmonies of #45A185
Complementary color
Monochromatic Colors of #45A185
Black with #45A185
Text Example
Text Example
White with #45A185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A185; }
p { color: rgb(69,161,133); }
H1.HeaderClassName
{
color: #45A185;
}
.AnyTagClassName
{
color: #45A185;
}
</style>
background-color css
<style>
a { background-color: #45A185; }
a { background-color: rgb(69,161,133); }
div.DivClassName
{
background-color: #45A185;
}
.BgClassName
{
background-color: #45A185;
}
</style>
border-color css
<style>
span { border-color: #45A185; }
span { border-color: rgb(69,161,133); }
td.TdClassName
{
border-color: #45A185;
}
.TagClassName
{
border-color: #45A185;
}
</style>