Shades of Gossamer #3AA28C
Tints of Gossamer #3AA28C
RGB
CMYK
RGB Variations
Color information
#3AA28C (or 0x3AA28C) is known color: Gossamer. HEX triplet: 3A, A2 and 8C. RGB value is (58,162,140). Sum of RGB (Red+Green+Blue) = 58+162+140=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA28C is #C55D73. Grayscale: #808080. Windows color (decimal): -12934516 or 9216570. OLE color: 9216570.
HSL color Cylindrical-coordinate representation of color #3AA28C: hue angle of 167.31º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA28C is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 162 | 140 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.36 |
| HSL | 167.31º | 0.47% | 0.43% | - |
| HSV(B) | 167.31º | 0.64% | 0.64% | - |
| XYZ | 19.4 | 28.63 | 29.32 | - |
| YUV | 128.4 | 134.54 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 162 | 140 | 0.64 | 0 | 0.14 | 0.36 | 167.31 | 0.47 | 0.43 |
| Hex | 3A | A2 | 8C | 40 | 0 | E | 24 | A7 | 2F | 2B |
| Octal | 72 | 242 | 214 | 100 | 0 | 16 | 44 | 247 | 57 | 53 |
| Binary | 111010 | 10100010 | 10001100 | 1000000 | 0 | 1110 | 100100 | 10100111 | 101111 | 101011 |
Color Harmonies of #3AA28C
Complementary color
Monochromatic Colors of #3AA28C
Black with #3AA28C
Text Example
Text Example
White with #3AA28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA28C; }
p { color: rgb(58,162,140); }
H1.HeaderClassName
{
color: #3AA28C;
}
.AnyTagClassName
{
color: #3AA28C;
}
</style>
background-color css
<style>
a { background-color: #3AA28C; }
a { background-color: rgb(58,162,140); }
div.DivClassName
{
background-color: #3AA28C;
}
.BgClassName
{
background-color: #3AA28C;
}
</style>
border-color css
<style>
span { border-color: #3AA28C; }
span { border-color: rgb(58,162,140); }
td.TdClassName
{
border-color: #3AA28C;
}
.TagClassName
{
border-color: #3AA28C;
}
</style>