Shades of Gossamer #45AB9A
Tints of Gossamer #45AB9A
RGB
CMYK
RGB Variations
Color information
#45AB9A (or 0x45AB9A) is known color: Gossamer. HEX triplet: 45, AB and 9A. RGB value is (69,171,154). Sum of RGB (Red+Green+Blue) = 69+171+154=394 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.51% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AB9A is #BA5465. Grayscale: #8A8A8A. Windows color (decimal): -12211302 or 10136389. OLE color: 10136389.
HSL color Cylindrical-coordinate representation of color #45AB9A: hue angle of 170º 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 #45AB9A is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 171 | 154 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.33 |
| HSL | 170º | 0.43% | 0.47% | - |
| HSV(B) | 170º | 0.6% | 0.67% | - |
| XYZ | 22.85 | 32.72 | 35.68 | - |
| YUV | 138.56 | 136.71 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 171 | 154 | 0.60 | 0 | 0.10 | 0.33 | 170 | 0.43 | 0.47 |
| Hex | 45 | AB | 9A | 3C | 0 | A | 21 | AA | 2A | 2F |
| Octal | 105 | 253 | 232 | 74 | 0 | 12 | 41 | 252 | 52 | 57 |
| Binary | 1000101 | 10101011 | 10011010 | 111100 | 0 | 1010 | 100001 | 10101010 | 101010 | 101111 |
Color Harmonies of #45AB9A
Complementary color
Monochromatic Colors of #45AB9A
Black with #45AB9A
Text Example
Text Example
White with #45AB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AB9A; }
p { color: rgb(69,171,154); }
H1.HeaderClassName
{
color: #45AB9A;
}
.AnyTagClassName
{
color: #45AB9A;
}
</style>
background-color css
<style>
a { background-color: #45AB9A; }
a { background-color: rgb(69,171,154); }
div.DivClassName
{
background-color: #45AB9A;
}
.BgClassName
{
background-color: #45AB9A;
}
</style>
border-color css
<style>
span { border-color: #45AB9A; }
span { border-color: rgb(69,171,154); }
td.TdClassName
{
border-color: #45AB9A;
}
.TagClassName
{
border-color: #45AB9A;
}
</style>