Shades of Gossamer #38AC80
Tints of Gossamer #38AC80
RGB
CMYK
RGB Variations
Color information
#38AC80 (or 0x38AC80) is known color: Gossamer. HEX triplet: 38, AC and 80. RGB value is (56,172,128). Sum of RGB (Red+Green+Blue) = 56+172+128=356 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.73% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AC80 is #C7537F. Grayscale: #848484. Windows color (decimal): -13063040 or 8432696. OLE color: 8432696.
HSL color Cylindrical-coordinate representation of color #38AC80: hue angle of 157.24º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AC80 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 172 | 128 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.33 |
| HSL | 157.24º | 0.51% | 0.45% | - |
| HSV(B) | 157.24º | 0.67% | 0.67% | - |
| XYZ | 20.28 | 31.9 | 25.51 | - |
| YUV | 132.3 | 125.57 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 172 | 128 | 0.67 | 0 | 0.26 | 0.33 | 157.24 | 0.51 | 0.45 |
| Hex | 38 | AC | 80 | 43 | 0 | 1A | 21 | 9D | 33 | 2D |
| Octal | 70 | 254 | 200 | 103 | 0 | 32 | 41 | 235 | 63 | 55 |
| Binary | 111000 | 10101100 | 10000000 | 1000011 | 0 | 11010 | 100001 | 10011101 | 110011 | 101101 |
Color Harmonies of #38AC80
Complementary color
Monochromatic Colors of #38AC80
Black with #38AC80
Text Example
Text Example
White with #38AC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AC80; }
p { color: rgb(56,172,128); }
H1.HeaderClassName
{
color: #38AC80;
}
.AnyTagClassName
{
color: #38AC80;
}
</style>
background-color css
<style>
a { background-color: #38AC80; }
a { background-color: rgb(56,172,128); }
div.DivClassName
{
background-color: #38AC80;
}
.BgClassName
{
background-color: #38AC80;
}
</style>
border-color css
<style>
span { border-color: #38AC80; }
span { border-color: rgb(56,172,128); }
td.TdClassName
{
border-color: #38AC80;
}
.TagClassName
{
border-color: #38AC80;
}
</style>