Shades of Gossamer #3AAE83
Tints of Gossamer #3AAE83
RGB
CMYK
RGB Variations
Color information
#3AAE83 (or 0x3AAE83) is known color: Gossamer. HEX triplet: 3A, AE and 83. RGB value is (58,174,131). Sum of RGB (Red+Green+Blue) = 58+174+131=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 174 - color contains mainly: green. Hex color #3AAE83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAE83 is #C5517C. Grayscale: #868686. Windows color (decimal): -12931453 or 8629818. OLE color: 8629818.
HSL color Cylindrical-coordinate representation of color #3AAE83: hue angle of 157.76º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAE83 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 174 | 131 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.32 |
| HSL | 157.76º | 0.5% | 0.45% | - |
| HSV(B) | 157.76º | 0.67% | 0.68% | - |
| XYZ | 20.98 | 32.81 | 26.7 | - |
| YUV | 134.41 | 126.07 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 174 | 131 | 0.67 | 0 | 0.25 | 0.32 | 157.76 | 0.5 | 0.45 |
| Hex | 3A | AE | 83 | 43 | 0 | 19 | 20 | 9E | 32 | 2D |
| Octal | 72 | 256 | 203 | 103 | 0 | 31 | 40 | 236 | 62 | 55 |
| Binary | 111010 | 10101110 | 10000011 | 1000011 | 0 | 11001 | 100000 | 10011110 | 110010 | 101101 |
Color Harmonies of #3AAE83
Complementary color
Monochromatic Colors of #3AAE83
Black with #3AAE83
Text Example
Text Example
White with #3AAE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAE83; }
p { color: rgb(58,174,131); }
H1.HeaderClassName
{
color: #3AAE83;
}
.AnyTagClassName
{
color: #3AAE83;
}
</style>
background-color css
<style>
a { background-color: #3AAE83; }
a { background-color: rgb(58,174,131); }
div.DivClassName
{
background-color: #3AAE83;
}
.BgClassName
{
background-color: #3AAE83;
}
</style>
border-color css
<style>
span { border-color: #3AAE83; }
span { border-color: rgb(58,174,131); }
td.TdClassName
{
border-color: #3AAE83;
}
.TagClassName
{
border-color: #3AAE83;
}
</style>