Shades of Gossamer #38AA8D
Tints of Gossamer #38AA8D
RGB
CMYK
RGB Variations
Color information
#38AA8D (or 0x38AA8D) is known color: Gossamer. HEX triplet: 38, AA and 8D. RGB value is (56,170,141). Sum of RGB (Red+Green+Blue) = 56+170+141=367 (48% of max value = 765). Red value is 56 (22.27% from 255 or 15.26% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AA8D is #C75572. Grayscale: #848484. Windows color (decimal): -13063539 or 9284152. OLE color: 9284152.
HSL color Cylindrical-coordinate representation of color #38AA8D: hue angle of 164.74º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AA8D is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 170 | 141 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.33 |
| HSL | 164.74º | 0.5% | 0.44% | - |
| HSV(B) | 164.74º | 0.67% | 0.67% | - |
| XYZ | 20.81 | 31.51 | 30.19 | - |
| YUV | 132.61 | 132.73 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 170 | 141 | 0.67 | 0 | 0.17 | 0.33 | 164.74 | 0.5 | 0.44 |
| Hex | 38 | AA | 8D | 43 | 0 | 11 | 21 | A5 | 32 | 2C |
| Octal | 70 | 252 | 215 | 103 | 0 | 21 | 41 | 245 | 62 | 54 |
| Binary | 111000 | 10101010 | 10001101 | 1000011 | 0 | 10001 | 100001 | 10100101 | 110010 | 101100 |
Color Harmonies of #38AA8D
Complementary color
Monochromatic Colors of #38AA8D
Black with #38AA8D
Text Example
Text Example
White with #38AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AA8D; }
p { color: rgb(56,170,141); }
H1.HeaderClassName
{
color: #38AA8D;
}
.AnyTagClassName
{
color: #38AA8D;
}
</style>
background-color css
<style>
a { background-color: #38AA8D; }
a { background-color: rgb(56,170,141); }
div.DivClassName
{
background-color: #38AA8D;
}
.BgClassName
{
background-color: #38AA8D;
}
</style>
border-color css
<style>
span { border-color: #38AA8D; }
span { border-color: rgb(56,170,141); }
td.TdClassName
{
border-color: #38AA8D;
}
.TagClassName
{
border-color: #38AA8D;
}
</style>