Shades of Gossamer #38A07B
Tints of Gossamer #38A07B
RGB
CMYK
RGB Variations
Color information
#38A07B (or 0x38A07B) is known color: Gossamer. HEX triplet: 38, A0 and 7B. RGB value is (56,160,123). Sum of RGB (Red+Green+Blue) = 56+160+123=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 160 (62.89% from 255 or 47.20% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 160 - color contains mainly: green. Hex color #38A07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A07B is #C75F84. Grayscale: #7C7C7C. Windows color (decimal): -13066117 or 8101944. OLE color: 8101944.
HSL color Cylindrical-coordinate representation of color #38A07B: hue angle of 158.65º 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 #38A07B is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 56 | 160 | 123 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.37 |
| HSL | 158.65º | 0.48% | 0.42% | - |
| HSV(B) | 158.65º | 0.65% | 0.63% | - |
| XYZ | 17.78 | 27.41 | 23.09 | - |
| YUV | 124.69 | 127.04 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 160 | 123 | 0.65 | 0 | 0.23 | 0.37 | 158.65 | 0.48 | 0.42 |
| Hex | 38 | A0 | 7B | 41 | 0 | 17 | 25 | 9F | 30 | 2A |
| Octal | 70 | 240 | 173 | 101 | 0 | 27 | 45 | 237 | 60 | 52 |
| Binary | 111000 | 10100000 | 1111011 | 1000001 | 0 | 10111 | 100101 | 10011111 | 110000 | 101010 |
Color Harmonies of #38A07B
Complementary color
Monochromatic Colors of #38A07B
Black with #38A07B
Text Example
Text Example
White with #38A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A07B; }
p { color: rgb(56,160,123); }
H1.HeaderClassName
{
color: #38A07B;
}
.AnyTagClassName
{
color: #38A07B;
}
</style>
background-color css
<style>
a { background-color: #38A07B; }
a { background-color: rgb(56,160,123); }
div.DivClassName
{
background-color: #38A07B;
}
.BgClassName
{
background-color: #38A07B;
}
</style>
border-color css
<style>
span { border-color: #38A07B; }
span { border-color: rgb(56,160,123); }
td.TdClassName
{
border-color: #38A07B;
}
.TagClassName
{
border-color: #38A07B;
}
</style>