Shades of Gossamer #3AA799
Tints of Gossamer #3AA799
RGB
CMYK
RGB Variations
Color information
#3AA799 (or 0x3AA799) is known color: Gossamer. HEX triplet: 3A, A7 and 99. RGB value is (58,167,153). Sum of RGB (Red+Green+Blue) = 58+167+153=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 167 - color contains mainly: green. Hex color #3AA799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA799 is #C55866. Grayscale: #848484. Windows color (decimal): -12933223 or 10069818. OLE color: 10069818.
HSL color Cylindrical-coordinate representation of color #3AA799: hue angle of 172.29º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA799 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 58 | 167 | 153 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.35 |
| HSL | 172.29º | 0.48% | 0.44% | - |
| HSV(B) | 172.29º | 0.65% | 0.65% | - |
| XYZ | 21.31 | 30.84 | 34.97 | - |
| YUV | 132.81 | 139.39 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 167 | 153 | 0.65 | 0 | 0.08 | 0.35 | 172.29 | 0.48 | 0.44 |
| Hex | 3A | A7 | 99 | 41 | 0 | 8 | 23 | AC | 30 | 2C |
| Octal | 72 | 247 | 231 | 101 | 0 | 10 | 43 | 254 | 60 | 54 |
| Binary | 111010 | 10100111 | 10011001 | 1000001 | 0 | 1000 | 100011 | 10101100 | 110000 | 101100 |
Color Harmonies of #3AA799
Complementary color
Monochromatic Colors of #3AA799
Black with #3AA799
Text Example
Text Example
White with #3AA799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA799; }
p { color: rgb(58,167,153); }
H1.HeaderClassName
{
color: #3AA799;
}
.AnyTagClassName
{
color: #3AA799;
}
</style>
background-color css
<style>
a { background-color: #3AA799; }
a { background-color: rgb(58,167,153); }
div.DivClassName
{
background-color: #3AA799;
}
.BgClassName
{
background-color: #3AA799;
}
</style>
border-color css
<style>
span { border-color: #3AA799; }
span { border-color: rgb(58,167,153); }
td.TdClassName
{
border-color: #3AA799;
}
.TagClassName
{
border-color: #3AA799;
}
</style>