Shades of Gossamer #38A282
Tints of Gossamer #38A282
RGB
CMYK
RGB Variations
Color information
#38A282 (or 0x38A282) is known color: Gossamer. HEX triplet: 38, A2 and 82. RGB value is (56,162,130). Sum of RGB (Red+Green+Blue) = 56+162+130=348 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.09% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #38A282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A282 is #C75D7D. Grayscale: #7E7E7E. Windows color (decimal): -13065598 or 8561208. OLE color: 8561208.
HSL color Cylindrical-coordinate representation of color #38A282: hue angle of 161.89º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A282 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 162 | 130 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.36 |
| HSL | 161.89º | 0.49% | 0.43% | - |
| HSV(B) | 161.89º | 0.65% | 0.64% | - |
| XYZ | 18.58 | 28.29 | 25.6 | - |
| YUV | 126.66 | 129.88 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 162 | 130 | 0.65 | 0 | 0.20 | 0.36 | 161.89 | 0.49 | 0.43 |
| Hex | 38 | A2 | 82 | 41 | 0 | 14 | 24 | A2 | 31 | 2B |
| Octal | 70 | 242 | 202 | 101 | 0 | 24 | 44 | 242 | 61 | 53 |
| Binary | 111000 | 10100010 | 10000010 | 1000001 | 0 | 10100 | 100100 | 10100010 | 110001 | 101011 |
Color Harmonies of #38A282
Complementary color
Monochromatic Colors of #38A282
Black with #38A282
Text Example
Text Example
White with #38A282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A282; }
p { color: rgb(56,162,130); }
H1.HeaderClassName
{
color: #38A282;
}
.AnyTagClassName
{
color: #38A282;
}
</style>
background-color css
<style>
a { background-color: #38A282; }
a { background-color: rgb(56,162,130); }
div.DivClassName
{
background-color: #38A282;
}
.BgClassName
{
background-color: #38A282;
}
</style>
border-color css
<style>
span { border-color: #38A282; }
span { border-color: rgb(56,162,130); }
td.TdClassName
{
border-color: #38A282;
}
.TagClassName
{
border-color: #38A282;
}
</style>