Shades of Gossamer #3AAE90
Tints of Gossamer #3AAE90
RGB
CMYK
RGB Variations
Color information
#3AAE90 (or 0x3AAE90) is known color: Gossamer. HEX triplet: 3A, AE and 90. RGB value is (58,174,144). Sum of RGB (Red+Green+Blue) = 58+174+144=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 174 (68.36% from 255 or 46.28% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 174 - color contains mainly: green. Hex color #3AAE90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAE90 is #C5516F. Grayscale: #878787. Windows color (decimal): -12931440 or 9481786. OLE color: 9481786.
HSL color Cylindrical-coordinate representation of color #3AAE90: hue angle of 164.48º 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 #3AAE90 is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 174 | 144 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.32 |
| HSL | 164.48º | 0.5% | 0.45% | - |
| HSV(B) | 164.48º | 0.67% | 0.68% | - |
| XYZ | 21.92 | 33.19 | 31.64 | - |
| YUV | 135.9 | 132.57 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 174 | 144 | 0.67 | 0 | 0.17 | 0.32 | 164.48 | 0.5 | 0.45 |
| Hex | 3A | AE | 90 | 43 | 0 | 11 | 20 | A4 | 32 | 2D |
| Octal | 72 | 256 | 220 | 103 | 0 | 21 | 40 | 244 | 62 | 55 |
| Binary | 111010 | 10101110 | 10010000 | 1000011 | 0 | 10001 | 100000 | 10100100 | 110010 | 101101 |
Color Harmonies of #3AAE90
Complementary color
Monochromatic Colors of #3AAE90
Black with #3AAE90
Text Example
Text Example
White with #3AAE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAE90; }
p { color: rgb(58,174,144); }
H1.HeaderClassName
{
color: #3AAE90;
}
.AnyTagClassName
{
color: #3AAE90;
}
</style>
background-color css
<style>
a { background-color: #3AAE90; }
a { background-color: rgb(58,174,144); }
div.DivClassName
{
background-color: #3AAE90;
}
.BgClassName
{
background-color: #3AAE90;
}
</style>
border-color css
<style>
span { border-color: #3AAE90; }
span { border-color: rgb(58,174,144); }
td.TdClassName
{
border-color: #3AAE90;
}
.TagClassName
{
border-color: #3AAE90;
}
</style>