Shades of Gossamer #38A58D
Tints of Gossamer #38A58D
RGB
CMYK
RGB Variations
Color information
#38A58D (or 0x38A58D) is known color: Gossamer. HEX triplet: 38, A5 and 8D. RGB value is (56,165,141). Sum of RGB (Red+Green+Blue) = 56+165+141=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 165 (64.84% from 255 or 45.58% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 165 - color contains mainly: green. Hex color #38A58D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A58D is #C75A72. Grayscale: #818181. Windows color (decimal): -13064819 or 9282872. OLE color: 9282872.
HSL color Cylindrical-coordinate representation of color #38A58D: hue angle of 166.79º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A58D is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 56 | 165 | 141 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.35 |
| HSL | 166.79º | 0.49% | 0.43% | - |
| HSV(B) | 166.79º | 0.66% | 0.65% | - |
| XYZ | 19.89 | 29.67 | 29.88 | - |
| YUV | 129.67 | 134.39 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 165 | 141 | 0.66 | 0 | 0.15 | 0.35 | 166.79 | 0.49 | 0.43 |
| Hex | 38 | A5 | 8D | 42 | 0 | F | 23 | A7 | 31 | 2B |
| Octal | 70 | 245 | 215 | 102 | 0 | 17 | 43 | 247 | 61 | 53 |
| Binary | 111000 | 10100101 | 10001101 | 1000010 | 0 | 1111 | 100011 | 10100111 | 110001 | 101011 |
Color Harmonies of #38A58D
Complementary color
Monochromatic Colors of #38A58D
Black with #38A58D
Text Example
Text Example
White with #38A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A58D; }
p { color: rgb(56,165,141); }
H1.HeaderClassName
{
color: #38A58D;
}
.AnyTagClassName
{
color: #38A58D;
}
</style>
background-color css
<style>
a { background-color: #38A58D; }
a { background-color: rgb(56,165,141); }
div.DivClassName
{
background-color: #38A58D;
}
.BgClassName
{
background-color: #38A58D;
}
</style>
border-color css
<style>
span { border-color: #38A58D; }
span { border-color: rgb(56,165,141); }
td.TdClassName
{
border-color: #38A58D;
}
.TagClassName
{
border-color: #38A58D;
}
</style>