Shades of Gossamer #45B28C
Tints of Gossamer #45B28C
RGB
CMYK
RGB Variations
Color information
#45B28C (or 0x45B28C) is known color: Gossamer. HEX triplet: 45, B2 and 8C. RGB value is (69,178,140). Sum of RGB (Red+Green+Blue) = 69+178+140=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #45B28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45B28C is #BA4D73. Grayscale: #8D8D8D. Windows color (decimal): -12209524 or 9220677. OLE color: 9220677.
HSL color Cylindrical-coordinate representation of color #45B28C: hue angle of 159.08º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45B28C is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 178 | 140 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.30 |
| HSL | 159.08º | 0.44% | 0.48% | - |
| HSV(B) | 159.08º | 0.61% | 0.7% | - |
| XYZ | 23.11 | 35 | 30.35 | - |
| YUV | 141.08 | 127.39 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 178 | 140 | 0.61 | 0 | 0.21 | 0.30 | 159.08 | 0.44 | 0.48 |
| Hex | 45 | B2 | 8C | 3D | 0 | 15 | 1E | 9F | 2C | 30 |
| Octal | 105 | 262 | 214 | 75 | 0 | 25 | 36 | 237 | 54 | 60 |
| Binary | 1000101 | 10110010 | 10001100 | 111101 | 0 | 10101 | 11110 | 10011111 | 101100 | 110000 |
Color Harmonies of #45B28C
Complementary color
Monochromatic Colors of #45B28C
Black with #45B28C
Text Example
Text Example
White with #45B28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B28C; }
p { color: rgb(69,178,140); }
H1.HeaderClassName
{
color: #45B28C;
}
.AnyTagClassName
{
color: #45B28C;
}
</style>
background-color css
<style>
a { background-color: #45B28C; }
a { background-color: rgb(69,178,140); }
div.DivClassName
{
background-color: #45B28C;
}
.BgClassName
{
background-color: #45B28C;
}
</style>
border-color css
<style>
span { border-color: #45B28C; }
span { border-color: rgb(69,178,140); }
td.TdClassName
{
border-color: #45B28C;
}
.TagClassName
{
border-color: #45B28C;
}
</style>