Shades of Gossamer #45AD83
Tints of Gossamer #45AD83
RGB
CMYK
RGB Variations
Color information
#45AD83 (or 0x45AD83) is known color: Gossamer. HEX triplet: 45, AD and 83. RGB value is (69,173,131). Sum of RGB (Red+Green+Blue) = 69+173+131=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #45AD83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45AD83 is #BA527C. Grayscale: #898989. Windows color (decimal): -12210813 or 8629573. OLE color: 8629573.
HSL color Cylindrical-coordinate representation of color #45AD83: hue angle of 155.77º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AD83 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 173 | 131 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.32 |
| HSL | 155.77º | 0.43% | 0.47% | - |
| HSV(B) | 155.77º | 0.6% | 0.68% | - |
| XYZ | 21.49 | 32.79 | 26.67 | - |
| YUV | 137.12 | 124.54 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 173 | 131 | 0.60 | 0 | 0.24 | 0.32 | 155.77 | 0.43 | 0.47 |
| Hex | 45 | AD | 83 | 3C | 0 | 18 | 20 | 9C | 2B | 2F |
| Octal | 105 | 255 | 203 | 74 | 0 | 30 | 40 | 234 | 53 | 57 |
| Binary | 1000101 | 10101101 | 10000011 | 111100 | 0 | 11000 | 100000 | 10011100 | 101011 | 101111 |
Color Harmonies of #45AD83
Complementary color
Monochromatic Colors of #45AD83
Black with #45AD83
Text Example
Text Example
White with #45AD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45AD83; }
p { color: rgb(69,173,131); }
H1.HeaderClassName
{
color: #45AD83;
}
.AnyTagClassName
{
color: #45AD83;
}
</style>
background-color css
<style>
a { background-color: #45AD83; }
a { background-color: rgb(69,173,131); }
div.DivClassName
{
background-color: #45AD83;
}
.BgClassName
{
background-color: #45AD83;
}
</style>
border-color css
<style>
span { border-color: #45AD83; }
span { border-color: rgb(69,173,131); }
td.TdClassName
{
border-color: #45AD83;
}
.TagClassName
{
border-color: #45AD83;
}
</style>