Shades of Gossamer #3AAF83
Tints of Gossamer #3AAF83
RGB
CMYK
RGB Variations
Color information
#3AAF83 (or 0x3AAF83) is known color: Gossamer. HEX triplet: 3A, AF and 83. RGB value is (58,175,131). Sum of RGB (Red+Green+Blue) = 58+175+131=364 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.93% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAF83 is #C5507C. Grayscale: #878787. Windows color (decimal): -12931197 or 8630074. OLE color: 8630074.
HSL color Cylindrical-coordinate representation of color #3AAF83: hue angle of 157.44º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAF83 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 131 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.31 |
| HSL | 157.44º | 0.5% | 0.46% | - |
| HSV(B) | 157.44º | 0.67% | 0.69% | - |
| XYZ | 21.17 | 33.2 | 26.76 | - |
| YUV | 135 | 125.74 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 131 | 0.67 | 0 | 0.25 | 0.31 | 157.44 | 0.5 | 0.46 |
| Hex | 3A | AF | 83 | 43 | 0 | 19 | 1F | 9D | 32 | 2E |
| Octal | 72 | 257 | 203 | 103 | 0 | 31 | 37 | 235 | 62 | 56 |
| Binary | 111010 | 10101111 | 10000011 | 1000011 | 0 | 11001 | 11111 | 10011101 | 110010 | 101110 |
Color Harmonies of #3AAF83
Complementary color
Monochromatic Colors of #3AAF83
Black with #3AAF83
Text Example
Text Example
White with #3AAF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAF83; }
p { color: rgb(58,175,131); }
H1.HeaderClassName
{
color: #3AAF83;
}
.AnyTagClassName
{
color: #3AAF83;
}
</style>
background-color css
<style>
a { background-color: #3AAF83; }
a { background-color: rgb(58,175,131); }
div.DivClassName
{
background-color: #3AAF83;
}
.BgClassName
{
background-color: #3AAF83;
}
</style>
border-color css
<style>
span { border-color: #3AAF83; }
span { border-color: rgb(58,175,131); }
td.TdClassName
{
border-color: #3AAF83;
}
.TagClassName
{
border-color: #3AAF83;
}
</style>