Shades of Gossamer #38A08B
Tints of Gossamer #38A08B
RGB
CMYK
RGB Variations
Color information
#38A08B (or 0x38A08B) is known color: Gossamer. HEX triplet: 38, A0 and 8B. RGB value is (56,160,139). Sum of RGB (Red+Green+Blue) = 56+160+139=355 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.77% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #38A08B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A08B is #C75F74. Grayscale: #7E7E7E. Windows color (decimal): -13066101 or 9150520. OLE color: 9150520.
HSL color Cylindrical-coordinate representation of color #38A08B: hue angle of 167.88º 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 #38A08B is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 160 | 139 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.37 |
| HSL | 167.88º | 0.48% | 0.42% | - |
| HSV(B) | 167.88º | 0.65% | 0.63% | - |
| XYZ | 18.86 | 27.85 | 28.81 | - |
| YUV | 126.51 | 135.04 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 160 | 139 | 0.65 | 0 | 0.13 | 0.37 | 167.88 | 0.48 | 0.42 |
| Hex | 38 | A0 | 8B | 41 | 0 | D | 25 | A8 | 30 | 2A |
| Octal | 70 | 240 | 213 | 101 | 0 | 15 | 45 | 250 | 60 | 52 |
| Binary | 111000 | 10100000 | 10001011 | 1000001 | 0 | 1101 | 100101 | 10101000 | 110000 | 101010 |
Color Harmonies of #38A08B
Complementary color
Monochromatic Colors of #38A08B
Black with #38A08B
Text Example
Text Example
White with #38A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A08B; }
p { color: rgb(56,160,139); }
H1.HeaderClassName
{
color: #38A08B;
}
.AnyTagClassName
{
color: #38A08B;
}
</style>
background-color css
<style>
a { background-color: #38A08B; }
a { background-color: rgb(56,160,139); }
div.DivClassName
{
background-color: #38A08B;
}
.BgClassName
{
background-color: #38A08B;
}
</style>
border-color css
<style>
span { border-color: #38A08B; }
span { border-color: rgb(56,160,139); }
td.TdClassName
{
border-color: #38A08B;
}
.TagClassName
{
border-color: #38A08B;
}
</style>