Shades of Gossamer #3AAA7F
Tints of Gossamer #3AAA7F
RGB
CMYK
RGB Variations
Color information
#3AAA7F (or 0x3AAA7F) is known color: Gossamer. HEX triplet: 3A, AA and 7F. RGB value is (58,170,127). Sum of RGB (Red+Green+Blue) = 58+170+127=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAA7F is #C55580. Grayscale: #838383. Windows color (decimal): -12932481 or 8366650. OLE color: 8366650.
HSL color Cylindrical-coordinate representation of color #3AAA7F: hue angle of 156.96º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAA7F is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 127 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.33 |
| HSL | 156.96º | 0.49% | 0.45% | - |
| HSV(B) | 156.96º | 0.66% | 0.67% | - |
| XYZ | 19.95 | 31.18 | 25.05 | - |
| YUV | 131.61 | 125.39 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 127 | 0.66 | 0 | 0.25 | 0.33 | 156.96 | 0.49 | 0.45 |
| Hex | 3A | AA | 7F | 42 | 0 | 19 | 21 | 9D | 31 | 2D |
| Octal | 72 | 252 | 177 | 102 | 0 | 31 | 41 | 235 | 61 | 55 |
| Binary | 111010 | 10101010 | 1111111 | 1000010 | 0 | 11001 | 100001 | 10011101 | 110001 | 101101 |
Color Harmonies of #3AAA7F
Complementary color
Monochromatic Colors of #3AAA7F
Black with #3AAA7F
Text Example
Text Example
White with #3AAA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA7F; }
p { color: rgb(58,170,127); }
H1.HeaderClassName
{
color: #3AAA7F;
}
.AnyTagClassName
{
color: #3AAA7F;
}
</style>
background-color css
<style>
a { background-color: #3AAA7F; }
a { background-color: rgb(58,170,127); }
div.DivClassName
{
background-color: #3AAA7F;
}
.BgClassName
{
background-color: #3AAA7F;
}
</style>
border-color css
<style>
span { border-color: #3AAA7F; }
span { border-color: rgb(58,170,127); }
td.TdClassName
{
border-color: #3AAA7F;
}
.TagClassName
{
border-color: #3AAA7F;
}
</style>