Shades of Gossamer #38AB84
Tints of Gossamer #38AB84
RGB
CMYK
RGB Variations
Color information
#38AB84 (or 0x38AB84) is known color: Gossamer. HEX triplet: 38, AB and 84. RGB value is (56,171,132). Sum of RGB (Red+Green+Blue) = 56+171+132=359 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.60% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AB84 is #C7547B. Grayscale: #848484. Windows color (decimal): -13063292 or 8694584. OLE color: 8694584.
HSL color Cylindrical-coordinate representation of color #38AB84: hue angle of 159.65º 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 #38AB84 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 171 | 132 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.33 |
| HSL | 159.65º | 0.51% | 0.45% | - |
| HSV(B) | 159.65º | 0.67% | 0.67% | - |
| XYZ | 20.36 | 31.63 | 26.86 | - |
| YUV | 132.17 | 127.9 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 171 | 132 | 0.67 | 0 | 0.23 | 0.33 | 159.65 | 0.51 | 0.45 |
| Hex | 38 | AB | 84 | 43 | 0 | 17 | 21 | A0 | 33 | 2D |
| Octal | 70 | 253 | 204 | 103 | 0 | 27 | 41 | 240 | 63 | 55 |
| Binary | 111000 | 10101011 | 10000100 | 1000011 | 0 | 10111 | 100001 | 10100000 | 110011 | 101101 |
Color Harmonies of #38AB84
Complementary color
Monochromatic Colors of #38AB84
Black with #38AB84
Text Example
Text Example
White with #38AB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AB84; }
p { color: rgb(56,171,132); }
H1.HeaderClassName
{
color: #38AB84;
}
.AnyTagClassName
{
color: #38AB84;
}
</style>
background-color css
<style>
a { background-color: #38AB84; }
a { background-color: rgb(56,171,132); }
div.DivClassName
{
background-color: #38AB84;
}
.BgClassName
{
background-color: #38AB84;
}
</style>
border-color css
<style>
span { border-color: #38AB84; }
span { border-color: rgb(56,171,132); }
td.TdClassName
{
border-color: #38AB84;
}
.TagClassName
{
border-color: #38AB84;
}
</style>