Shades of Gossamer #38A37D
Tints of Gossamer #38A37D
RGB
CMYK
RGB Variations
Color information
#38A37D (or 0x38A37D) is known color: Gossamer. HEX triplet: 38, A3 and 7D. RGB value is (56,163,125). Sum of RGB (Red+Green+Blue) = 56+163+125=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 163 - color contains mainly: green. Hex color #38A37D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A37D is #C75C82. Grayscale: #7E7E7E. Windows color (decimal): -13065347 or 8233784. OLE color: 8233784.
HSL color Cylindrical-coordinate representation of color #38A37D: hue angle of 158.69º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A37D is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 163 | 125 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.36 |
| HSL | 158.69º | 0.49% | 0.43% | - |
| HSV(B) | 158.69º | 0.66% | 0.64% | - |
| XYZ | 18.43 | 28.52 | 23.93 | - |
| YUV | 126.68 | 127.05 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 163 | 125 | 0.66 | 0 | 0.23 | 0.36 | 158.69 | 0.49 | 0.43 |
| Hex | 38 | A3 | 7D | 42 | 0 | 17 | 24 | 9F | 31 | 2B |
| Octal | 70 | 243 | 175 | 102 | 0 | 27 | 44 | 237 | 61 | 53 |
| Binary | 111000 | 10100011 | 1111101 | 1000010 | 0 | 10111 | 100100 | 10011111 | 110001 | 101011 |
Color Harmonies of #38A37D
Complementary color
Monochromatic Colors of #38A37D
Black with #38A37D
Text Example
Text Example
White with #38A37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A37D; }
p { color: rgb(56,163,125); }
H1.HeaderClassName
{
color: #38A37D;
}
.AnyTagClassName
{
color: #38A37D;
}
</style>
background-color css
<style>
a { background-color: #38A37D; }
a { background-color: rgb(56,163,125); }
div.DivClassName
{
background-color: #38A37D;
}
.BgClassName
{
background-color: #38A37D;
}
</style>
border-color css
<style>
span { border-color: #38A37D; }
span { border-color: rgb(56,163,125); }
td.TdClassName
{
border-color: #38A37D;
}
.TagClassName
{
border-color: #38A37D;
}
</style>