Shades of Gossamer #3AAB7E
Tints of Gossamer #3AAB7E
RGB
CMYK
RGB Variations
Color information
#3AAB7E (or 0x3AAB7E) is known color: Gossamer. HEX triplet: 3A, AB and 7E. RGB value is (58,171,126). Sum of RGB (Red+Green+Blue) = 58+171+126=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 171 (67.19% from 255 or 48.17% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 171 - color contains mainly: green. Hex color #3AAB7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAB7E is #C55481. Grayscale: #848484. Windows color (decimal): -12932226 or 8301370. OLE color: 8301370.
HSL color Cylindrical-coordinate representation of color #3AAB7E: hue angle of 156.11º 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 #3AAB7E is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 171 | 126 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.33 |
| HSL | 156.11º | 0.49% | 0.45% | - |
| HSV(B) | 156.11º | 0.66% | 0.67% | - |
| XYZ | 20.07 | 31.53 | 24.77 | - |
| YUV | 132.08 | 124.56 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 171 | 126 | 0.66 | 0 | 0.26 | 0.33 | 156.11 | 0.49 | 0.45 |
| Hex | 3A | AB | 7E | 42 | 0 | 1A | 21 | 9C | 31 | 2D |
| Octal | 72 | 253 | 176 | 102 | 0 | 32 | 41 | 234 | 61 | 55 |
| Binary | 111010 | 10101011 | 1111110 | 1000010 | 0 | 11010 | 100001 | 10011100 | 110001 | 101101 |
Color Harmonies of #3AAB7E
Complementary color
Monochromatic Colors of #3AAB7E
Black with #3AAB7E
Text Example
Text Example
White with #3AAB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAB7E; }
p { color: rgb(58,171,126); }
H1.HeaderClassName
{
color: #3AAB7E;
}
.AnyTagClassName
{
color: #3AAB7E;
}
</style>
background-color css
<style>
a { background-color: #3AAB7E; }
a { background-color: rgb(58,171,126); }
div.DivClassName
{
background-color: #3AAB7E;
}
.BgClassName
{
background-color: #3AAB7E;
}
</style>
border-color css
<style>
span { border-color: #3AAB7E; }
span { border-color: rgb(58,171,126); }
td.TdClassName
{
border-color: #3AAB7E;
}
.TagClassName
{
border-color: #3AAB7E;
}
</style>