Shades of Gossamer #38A08C
Tints of Gossamer #38A08C
RGB
CMYK
RGB Variations
Color information
#38A08C (or 0x38A08C) is known color: Gossamer. HEX triplet: 38, A0 and 8C. RGB value is (56,160,140). Sum of RGB (Red+Green+Blue) = 56+160+140=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #38A08C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A08C is #C75F73. Grayscale: #7E7E7E. Windows color (decimal): -13066100 or 9216056. OLE color: 9216056.
HSL color Cylindrical-coordinate representation of color #38A08C: hue angle of 168.46º 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 #38A08C is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 160 | 140 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.37 |
| HSL | 168.46º | 0.48% | 0.42% | - |
| HSV(B) | 168.46º | 0.65% | 0.63% | - |
| XYZ | 18.94 | 27.88 | 29.19 | - |
| YUV | 126.62 | 135.54 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 160 | 140 | 0.65 | 0 | 0.12 | 0.37 | 168.46 | 0.48 | 0.42 |
| Hex | 38 | A0 | 8C | 41 | 0 | C | 25 | A8 | 30 | 2A |
| Octal | 70 | 240 | 214 | 101 | 0 | 14 | 45 | 250 | 60 | 52 |
| Binary | 111000 | 10100000 | 10001100 | 1000001 | 0 | 1100 | 100101 | 10101000 | 110000 | 101010 |
Color Harmonies of #38A08C
Complementary color
Monochromatic Colors of #38A08C
Black with #38A08C
Text Example
Text Example
White with #38A08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A08C; }
p { color: rgb(56,160,140); }
H1.HeaderClassName
{
color: #38A08C;
}
.AnyTagClassName
{
color: #38A08C;
}
</style>
background-color css
<style>
a { background-color: #38A08C; }
a { background-color: rgb(56,160,140); }
div.DivClassName
{
background-color: #38A08C;
}
.BgClassName
{
background-color: #38A08C;
}
</style>
border-color css
<style>
span { border-color: #38A08C; }
span { border-color: rgb(56,160,140); }
td.TdClassName
{
border-color: #38A08C;
}
.TagClassName
{
border-color: #38A08C;
}
</style>