Shades of Gossamer #38A092
Tints of Gossamer #38A092
RGB
CMYK
RGB Variations
Color information
#38A092 (or 0x38A092) is known color: Gossamer. HEX triplet: 38, A0 and 92. RGB value is (56,160,146). Sum of RGB (Red+Green+Blue) = 56+160+146=362 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.47% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #38A092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A092 is #C75F6D. Grayscale: #7F7F7F. Windows color (decimal): -13066094 or 9609272. OLE color: 9609272.
HSL color Cylindrical-coordinate representation of color #38A092: hue angle of 171.92º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A092 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 160 | 146 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.37 |
| HSL | 171.92º | 0.48% | 0.42% | - |
| HSV(B) | 171.92º | 0.65% | 0.63% | - |
| XYZ | 19.39 | 28.06 | 31.59 | - |
| YUV | 127.31 | 138.54 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 160 | 146 | 0.65 | 0 | 0.09 | 0.37 | 171.92 | 0.48 | 0.42 |
| Hex | 38 | A0 | 92 | 41 | 0 | 9 | 25 | AC | 30 | 2A |
| Octal | 70 | 240 | 222 | 101 | 0 | 11 | 45 | 254 | 60 | 52 |
| Binary | 111000 | 10100000 | 10010010 | 1000001 | 0 | 1001 | 100101 | 10101100 | 110000 | 101010 |
Color Harmonies of #38A092
Complementary color
Monochromatic Colors of #38A092
Black with #38A092
Text Example
Text Example
White with #38A092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A092; }
p { color: rgb(56,160,146); }
H1.HeaderClassName
{
color: #38A092;
}
.AnyTagClassName
{
color: #38A092;
}
</style>
background-color css
<style>
a { background-color: #38A092; }
a { background-color: rgb(56,160,146); }
div.DivClassName
{
background-color: #38A092;
}
.BgClassName
{
background-color: #38A092;
}
</style>
border-color css
<style>
span { border-color: #38A092; }
span { border-color: rgb(56,160,146); }
td.TdClassName
{
border-color: #38A092;
}
.TagClassName
{
border-color: #38A092;
}
</style>