Shades of Gossamer #38A395
Tints of Gossamer #38A395
RGB
CMYK
RGB Variations
Color information
#38A395 (or 0x38A395) is known color: Gossamer. HEX triplet: 38, A3 and 95. RGB value is (56,163,149). Sum of RGB (Red+Green+Blue) = 56+163+149=368 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.22% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 163 - color contains mainly: green. Hex color #38A395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A395 is #C75C6A. Grayscale: #818181. Windows color (decimal): -13065323 or 9806648. OLE color: 9806648.
HSL color Cylindrical-coordinate representation of color #38A395: hue angle of 172.15º 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 #38A395 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 163 | 149 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.36 |
| HSL | 172.15º | 0.49% | 0.43% | - |
| HSV(B) | 172.15º | 0.66% | 0.64% | - |
| XYZ | 20.15 | 29.21 | 33.01 | - |
| YUV | 129.41 | 139.05 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 163 | 149 | 0.66 | 0 | 0.09 | 0.36 | 172.15 | 0.49 | 0.43 |
| Hex | 38 | A3 | 95 | 42 | 0 | 9 | 24 | AC | 31 | 2B |
| Octal | 70 | 243 | 225 | 102 | 0 | 11 | 44 | 254 | 61 | 53 |
| Binary | 111000 | 10100011 | 10010101 | 1000010 | 0 | 1001 | 100100 | 10101100 | 110001 | 101011 |
Color Harmonies of #38A395
Complementary color
Monochromatic Colors of #38A395
Black with #38A395
Text Example
Text Example
White with #38A395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A395; }
p { color: rgb(56,163,149); }
H1.HeaderClassName
{
color: #38A395;
}
.AnyTagClassName
{
color: #38A395;
}
</style>
background-color css
<style>
a { background-color: #38A395; }
a { background-color: rgb(56,163,149); }
div.DivClassName
{
background-color: #38A395;
}
.BgClassName
{
background-color: #38A395;
}
</style>
border-color css
<style>
span { border-color: #38A395; }
span { border-color: rgb(56,163,149); }
td.TdClassName
{
border-color: #38A395;
}
.TagClassName
{
border-color: #38A395;
}
</style>