Shades of Gossamer #45A69A
Tints of Gossamer #45A69A
RGB
CMYK
RGB Variations
Color information
#45A69A (or 0x45A69A) is known color: Gossamer. HEX triplet: 45, A6 and 9A. RGB value is (69,166,154). Sum of RGB (Red+Green+Blue) = 69+166+154=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 166 - color contains mainly: green. Hex color #45A69A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A69A is #BA5965. Grayscale: #878787. Windows color (decimal): -12212582 or 10135109. OLE color: 10135109.
HSL color Cylindrical-coordinate representation of color #45A69A: hue angle of 172.58º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A69A is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 166 | 154 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.35 |
| HSL | 172.58º | 0.41% | 0.46% | - |
| HSV(B) | 172.58º | 0.58% | 0.65% | - |
| XYZ | 21.92 | 30.87 | 35.38 | - |
| YUV | 135.63 | 138.36 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 166 | 154 | 0.58 | 0 | 0.07 | 0.35 | 172.58 | 0.41 | 0.46 |
| Hex | 45 | A6 | 9A | 3A | 0 | 7 | 23 | AD | 29 | 2E |
| Octal | 105 | 246 | 232 | 72 | 0 | 7 | 43 | 255 | 51 | 56 |
| Binary | 1000101 | 10100110 | 10011010 | 111010 | 0 | 111 | 100011 | 10101101 | 101001 | 101110 |
Color Harmonies of #45A69A
Complementary color
Monochromatic Colors of #45A69A
Black with #45A69A
Text Example
Text Example
White with #45A69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A69A; }
p { color: rgb(69,166,154); }
H1.HeaderClassName
{
color: #45A69A;
}
.AnyTagClassName
{
color: #45A69A;
}
</style>
background-color css
<style>
a { background-color: #45A69A; }
a { background-color: rgb(69,166,154); }
div.DivClassName
{
background-color: #45A69A;
}
.BgClassName
{
background-color: #45A69A;
}
</style>
border-color css
<style>
span { border-color: #45A69A; }
span { border-color: rgb(69,166,154); }
td.TdClassName
{
border-color: #45A69A;
}
.TagClassName
{
border-color: #45A69A;
}
</style>