Shades of Gossamer #3AAA8B
Tints of Gossamer #3AAA8B
RGB
CMYK
RGB Variations
Color information
#3AAA8B (or 0x3AAA8B) is known color: Gossamer. HEX triplet: 3A, AA and 8B. RGB value is (58,170,139). Sum of RGB (Red+Green+Blue) = 58+170+139=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAA8B is #C55574. Grayscale: #848484. Windows color (decimal): -12932469 or 9153082. OLE color: 9153082.
HSL color Cylindrical-coordinate representation of color #3AAA8B: hue angle of 163.39º 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 #3AAA8B is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 139 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.33 |
| HSL | 163.39º | 0.49% | 0.45% | - |
| HSV(B) | 163.39º | 0.66% | 0.67% | - |
| XYZ | 20.78 | 31.51 | 29.41 | - |
| YUV | 132.98 | 131.39 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 139 | 0.66 | 0 | 0.18 | 0.33 | 163.39 | 0.49 | 0.45 |
| Hex | 3A | AA | 8B | 42 | 0 | 12 | 21 | A3 | 31 | 2D |
| Octal | 72 | 252 | 213 | 102 | 0 | 22 | 41 | 243 | 61 | 55 |
| Binary | 111010 | 10101010 | 10001011 | 1000010 | 0 | 10010 | 100001 | 10100011 | 110001 | 101101 |
Color Harmonies of #3AAA8B
Complementary color
Monochromatic Colors of #3AAA8B
Black with #3AAA8B
Text Example
Text Example
White with #3AAA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA8B; }
p { color: rgb(58,170,139); }
H1.HeaderClassName
{
color: #3AAA8B;
}
.AnyTagClassName
{
color: #3AAA8B;
}
</style>
background-color css
<style>
a { background-color: #3AAA8B; }
a { background-color: rgb(58,170,139); }
div.DivClassName
{
background-color: #3AAA8B;
}
.BgClassName
{
background-color: #3AAA8B;
}
</style>
border-color css
<style>
span { border-color: #3AAA8B; }
span { border-color: rgb(58,170,139); }
td.TdClassName
{
border-color: #3AAA8B;
}
.TagClassName
{
border-color: #3AAA8B;
}
</style>