Shades of Gossamer #45A18F
Tints of Gossamer #45A18F
RGB
CMYK
RGB Variations
Color information
#45A18F (or 0x45A18F) is known color: Gossamer. HEX triplet: 45, A1 and 8F. RGB value is (69,161,143). Sum of RGB (Red+Green+Blue) = 69+161+143=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #45A18F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45A18F is #BA5E70. Grayscale: #838383. Windows color (decimal): -12213873 or 9412933. OLE color: 9412933.
HSL color Cylindrical-coordinate representation of color #45A18F: hue angle of 168.26º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A18F is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 161 | 143 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.37 |
| HSL | 168.26º | 0.4% | 0.45% | - |
| HSV(B) | 168.26º | 0.57% | 0.63% | - |
| XYZ | 20.16 | 28.74 | 30.47 | - |
| YUV | 131.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 161 | 143 | 0.57 | 0 | 0.11 | 0.37 | 168.26 | 0.4 | 0.45 |
| Hex | 45 | A1 | 8F | 39 | 0 | B | 25 | A8 | 28 | 2D |
| Octal | 105 | 241 | 217 | 71 | 0 | 13 | 45 | 250 | 50 | 55 |
| Binary | 1000101 | 10100001 | 10001111 | 111001 | 0 | 1011 | 100101 | 10101000 | 101000 | 101101 |
Color Harmonies of #45A18F
Complementary color
Monochromatic Colors of #45A18F
Black with #45A18F
Text Example
Text Example
White with #45A18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A18F; }
p { color: rgb(69,161,143); }
H1.HeaderClassName
{
color: #45A18F;
}
.AnyTagClassName
{
color: #45A18F;
}
</style>
background-color css
<style>
a { background-color: #45A18F; }
a { background-color: rgb(69,161,143); }
div.DivClassName
{
background-color: #45A18F;
}
.BgClassName
{
background-color: #45A18F;
}
</style>
border-color css
<style>
span { border-color: #45A18F; }
span { border-color: rgb(69,161,143); }
td.TdClassName
{
border-color: #45A18F;
}
.TagClassName
{
border-color: #45A18F;
}
</style>