Shades of Gossamer #3AA68F
Tints of Gossamer #3AA68F
RGB
CMYK
RGB Variations
Color information
#3AA68F (or 0x3AA68F) is known color: Gossamer. HEX triplet: 3A, A6 and 8F. RGB value is (58,166,143). Sum of RGB (Red+Green+Blue) = 58+166+143=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 166 - color contains mainly: green. Hex color #3AA68F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA68F is #C55970. Grayscale: #838383. Windows color (decimal): -12933489 or 9414202. OLE color: 9414202.
HSL color Cylindrical-coordinate representation of color #3AA68F: hue angle of 167.22º 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 #3AA68F is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 58 | 166 | 143 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.35 |
| HSL | 167.22º | 0.48% | 0.44% | - |
| HSV(B) | 167.22º | 0.65% | 0.65% | - |
| XYZ | 20.34 | 30.16 | 30.74 | - |
| YUV | 131.09 | 134.72 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 166 | 143 | 0.65 | 0 | 0.14 | 0.35 | 167.22 | 0.48 | 0.44 |
| Hex | 3A | A6 | 8F | 41 | 0 | E | 23 | A7 | 30 | 2C |
| Octal | 72 | 246 | 217 | 101 | 0 | 16 | 43 | 247 | 60 | 54 |
| Binary | 111010 | 10100110 | 10001111 | 1000001 | 0 | 1110 | 100011 | 10100111 | 110000 | 101100 |
Color Harmonies of #3AA68F
Complementary color
Monochromatic Colors of #3AA68F
Black with #3AA68F
Text Example
Text Example
White with #3AA68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA68F; }
p { color: rgb(58,166,143); }
H1.HeaderClassName
{
color: #3AA68F;
}
.AnyTagClassName
{
color: #3AA68F;
}
</style>
background-color css
<style>
a { background-color: #3AA68F; }
a { background-color: rgb(58,166,143); }
div.DivClassName
{
background-color: #3AA68F;
}
.BgClassName
{
background-color: #3AA68F;
}
</style>
border-color css
<style>
span { border-color: #3AA68F; }
span { border-color: rgb(58,166,143); }
td.TdClassName
{
border-color: #3AA68F;
}
.TagClassName
{
border-color: #3AA68F;
}
</style>