Shades of Gossamer #45AA8C
Tints of Gossamer #45AA8C
RGB
CMYK
RGB Variations
Color information
#45AA8C (or 0x45AA8C) is known color: Gossamer. HEX triplet: 45, AA and 8C. RGB value is (69,170,140). Sum of RGB (Red+Green+Blue) = 69+170+140=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #45AA8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AA8C is #BA5573. Grayscale: #888888. Windows color (decimal): -12211572 or 9218629. OLE color: 9218629.
HSL color Cylindrical-coordinate representation of color #45AA8C: hue angle of 162.18º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45AA8C is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 170 | 140 | - |
| CMYK | 0.59 | 0 | 0.18 | 0.33 |
| HSL | 162.18º | 0.42% | 0.47% | - |
| HSV(B) | 162.18º | 0.59% | 0.67% | - |
| XYZ | 21.56 | 31.91 | 29.83 | - |
| YUV | 136.38 | 130.04 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 170 | 140 | 0.59 | 0 | 0.18 | 0.33 | 162.18 | 0.42 | 0.47 |
| Hex | 45 | AA | 8C | 3B | 0 | 12 | 21 | A2 | 2A | 2F |
| Octal | 105 | 252 | 214 | 73 | 0 | 22 | 41 | 242 | 52 | 57 |
| Binary | 1000101 | 10101010 | 10001100 | 111011 | 0 | 10010 | 100001 | 10100010 | 101010 | 101111 |
Color Harmonies of #45AA8C
Complementary color
Monochromatic Colors of #45AA8C
Black with #45AA8C
Text Example
Text Example
White with #45AA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AA8C; }
p { color: rgb(69,170,140); }
H1.HeaderClassName
{
color: #45AA8C;
}
.AnyTagClassName
{
color: #45AA8C;
}
</style>
background-color css
<style>
a { background-color: #45AA8C; }
a { background-color: rgb(69,170,140); }
div.DivClassName
{
background-color: #45AA8C;
}
.BgClassName
{
background-color: #45AA8C;
}
</style>
border-color css
<style>
span { border-color: #45AA8C; }
span { border-color: rgb(69,170,140); }
td.TdClassName
{
border-color: #45AA8C;
}
.TagClassName
{
border-color: #45AA8C;
}
</style>