Shades of Gossamer #38AC8D
Tints of Gossamer #38AC8D
RGB
CMYK
RGB Variations
Color information
#38AC8D (or 0x38AC8D) is known color: Gossamer. HEX triplet: 38, AC and 8D. RGB value is (56,172,141). Sum of RGB (Red+Green+Blue) = 56+172+141=369 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.18% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AC8D is #C75372. Grayscale: #858585. Windows color (decimal): -13063027 or 9284664. OLE color: 9284664.
HSL color Cylindrical-coordinate representation of color #38AC8D: hue angle of 163.97º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AC8D is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 172 | 141 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.33 |
| HSL | 163.97º | 0.51% | 0.45% | - |
| HSV(B) | 163.97º | 0.67% | 0.67% | - |
| XYZ | 21.19 | 32.27 | 30.31 | - |
| YUV | 133.78 | 132.07 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 172 | 141 | 0.67 | 0 | 0.18 | 0.33 | 163.97 | 0.51 | 0.45 |
| Hex | 38 | AC | 8D | 43 | 0 | 12 | 21 | A4 | 33 | 2D |
| Octal | 70 | 254 | 215 | 103 | 0 | 22 | 41 | 244 | 63 | 55 |
| Binary | 111000 | 10101100 | 10001101 | 1000011 | 0 | 10010 | 100001 | 10100100 | 110011 | 101101 |
Color Harmonies of #38AC8D
Complementary color
Monochromatic Colors of #38AC8D
Black with #38AC8D
Text Example
Text Example
White with #38AC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AC8D; }
p { color: rgb(56,172,141); }
H1.HeaderClassName
{
color: #38AC8D;
}
.AnyTagClassName
{
color: #38AC8D;
}
</style>
background-color css
<style>
a { background-color: #38AC8D; }
a { background-color: rgb(56,172,141); }
div.DivClassName
{
background-color: #38AC8D;
}
.BgClassName
{
background-color: #38AC8D;
}
</style>
border-color css
<style>
span { border-color: #38AC8D; }
span { border-color: rgb(56,172,141); }
td.TdClassName
{
border-color: #38AC8D;
}
.TagClassName
{
border-color: #38AC8D;
}
</style>