Shades of Gossamer #45AB8C
Tints of Gossamer #45AB8C
RGB
CMYK
RGB Variations
Color information
#45AB8C (or 0x45AB8C) is known color: Gossamer. HEX triplet: 45, AB and 8C. RGB value is (69,171,140). Sum of RGB (Red+Green+Blue) = 69+171+140=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AB8C is #BA5473. Grayscale: #888888. Windows color (decimal): -12211316 or 9218885. OLE color: 9218885.
HSL color Cylindrical-coordinate representation of color #45AB8C: hue angle of 161.76º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AB8C is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 171 | 140 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.33 |
| HSL | 161.76º | 0.43% | 0.47% | - |
| HSV(B) | 161.76º | 0.6% | 0.67% | - |
| XYZ | 21.75 | 32.28 | 29.9 | - |
| YUV | 136.97 | 129.71 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 171 | 140 | 0.60 | 0 | 0.18 | 0.33 | 161.76 | 0.43 | 0.47 |
| Hex | 45 | AB | 8C | 3C | 0 | 12 | 21 | A2 | 2A | 2F |
| Octal | 105 | 253 | 214 | 74 | 0 | 22 | 41 | 242 | 52 | 57 |
| Binary | 1000101 | 10101011 | 10001100 | 111100 | 0 | 10010 | 100001 | 10100010 | 101010 | 101111 |
Color Harmonies of #45AB8C
Complementary color
Monochromatic Colors of #45AB8C
Black with #45AB8C
Text Example
Text Example
White with #45AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AB8C; }
p { color: rgb(69,171,140); }
H1.HeaderClassName
{
color: #45AB8C;
}
.AnyTagClassName
{
color: #45AB8C;
}
</style>
background-color css
<style>
a { background-color: #45AB8C; }
a { background-color: rgb(69,171,140); }
div.DivClassName
{
background-color: #45AB8C;
}
.BgClassName
{
background-color: #45AB8C;
}
</style>
border-color css
<style>
span { border-color: #45AB8C; }
span { border-color: rgb(69,171,140); }
td.TdClassName
{
border-color: #45AB8C;
}
.TagClassName
{
border-color: #45AB8C;
}
</style>