Shades of Gossamer #3AA38D
Tints of Gossamer #3AA38D
RGB
CMYK
RGB Variations
Color information
#3AA38D (or 0x3AA38D) is known color: Gossamer. HEX triplet: 3A, A3 and 8D. RGB value is (58,163,141). Sum of RGB (Red+Green+Blue) = 58+163+141=362 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.02% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 163 - color contains mainly: green. Hex color #3AA38D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA38D is #C55C72. Grayscale: #818181. Windows color (decimal): -12934259 or 9282362. OLE color: 9282362.
HSL color Cylindrical-coordinate representation of color #3AA38D: hue angle of 167.43º degrees, saturation: 0.48, 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 #3AA38D is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 163 | 141 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.36 |
| HSL | 167.43º | 0.48% | 0.43% | - |
| HSV(B) | 167.43º | 0.64% | 0.64% | - |
| XYZ | 19.65 | 29.02 | 29.76 | - |
| YUV | 129.1 | 134.71 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 163 | 141 | 0.64 | 0 | 0.13 | 0.36 | 167.43 | 0.48 | 0.43 |
| Hex | 3A | A3 | 8D | 40 | 0 | D | 24 | A7 | 30 | 2B |
| Octal | 72 | 243 | 215 | 100 | 0 | 15 | 44 | 247 | 60 | 53 |
| Binary | 111010 | 10100011 | 10001101 | 1000000 | 0 | 1101 | 100100 | 10100111 | 110000 | 101011 |
Color Harmonies of #3AA38D
Complementary color
Monochromatic Colors of #3AA38D
Black with #3AA38D
Text Example
Text Example
White with #3AA38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA38D; }
p { color: rgb(58,163,141); }
H1.HeaderClassName
{
color: #3AA38D;
}
.AnyTagClassName
{
color: #3AA38D;
}
</style>
background-color css
<style>
a { background-color: #3AA38D; }
a { background-color: rgb(58,163,141); }
div.DivClassName
{
background-color: #3AA38D;
}
.BgClassName
{
background-color: #3AA38D;
}
</style>
border-color css
<style>
span { border-color: #3AA38D; }
span { border-color: rgb(58,163,141); }
td.TdClassName
{
border-color: #3AA38D;
}
.TagClassName
{
border-color: #3AA38D;
}
</style>