Shades of Gossamer #45A688
Tints of Gossamer #45A688
RGB
CMYK
RGB Variations
Color information
#45A688 (or 0x45A688) is known color: Gossamer. HEX triplet: 45, A6 and 88. RGB value is (69,166,136). Sum of RGB (Red+Green+Blue) = 69+166+136=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 166 - color contains mainly: green. Hex color #45A688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A688 is #BA5977. Grayscale: #858585. Windows color (decimal): -12212600 or 8955461. OLE color: 8955461.
HSL color Cylindrical-coordinate representation of color #45A688: hue angle of 161.44º 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 #45A688 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 166 | 136 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.35 |
| HSL | 161.44º | 0.41% | 0.46% | - |
| HSV(B) | 161.44º | 0.58% | 0.65% | - |
| XYZ | 20.53 | 30.32 | 28.06 | - |
| YUV | 133.58 | 129.36 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 166 | 136 | 0.58 | 0 | 0.18 | 0.35 | 161.44 | 0.41 | 0.46 |
| Hex | 45 | A6 | 88 | 3A | 0 | 12 | 23 | A1 | 29 | 2E |
| Octal | 105 | 246 | 210 | 72 | 0 | 22 | 43 | 241 | 51 | 56 |
| Binary | 1000101 | 10100110 | 10001000 | 111010 | 0 | 10010 | 100011 | 10100001 | 101001 | 101110 |
Color Harmonies of #45A688
Complementary color
Monochromatic Colors of #45A688
Black with #45A688
Text Example
Text Example
White with #45A688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A688; }
p { color: rgb(69,166,136); }
H1.HeaderClassName
{
color: #45A688;
}
.AnyTagClassName
{
color: #45A688;
}
</style>
background-color css
<style>
a { background-color: #45A688; }
a { background-color: rgb(69,166,136); }
div.DivClassName
{
background-color: #45A688;
}
.BgClassName
{
background-color: #45A688;
}
</style>
border-color css
<style>
span { border-color: #45A688; }
span { border-color: rgb(69,166,136); }
td.TdClassName
{
border-color: #45A688;
}
.TagClassName
{
border-color: #45A688;
}
</style>