Shades of Gossamer #39A28E
Tints of Gossamer #39A28E
RGB
CMYK
RGB Variations
Color information
#39A28E (or 0x39A28E) is known color: Gossamer. HEX triplet: 39, A2 and 8E. RGB value is (57,162,142). Sum of RGB (Red+Green+Blue) = 57+162+142=361 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.79% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 162 - color contains mainly: green. Hex color #39A28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A28E is #C65D71. Grayscale: #808080. Windows color (decimal): -13000050 or 9347641. OLE color: 9347641.
HSL color Cylindrical-coordinate representation of color #39A28E: hue angle of 168.57º degrees, saturation: 0.48, 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 #39A28E is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 57 | 162 | 142 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.36 |
| HSL | 168.57º | 0.48% | 0.43% | - |
| HSV(B) | 168.57º | 0.65% | 0.64% | - |
| XYZ | 19.49 | 28.66 | 30.1 | - |
| YUV | 128.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 162 | 142 | 0.65 | 0 | 0.12 | 0.36 | 168.57 | 0.48 | 0.43 |
| Hex | 39 | A2 | 8E | 41 | 0 | C | 24 | A9 | 30 | 2B |
| Octal | 71 | 242 | 216 | 101 | 0 | 14 | 44 | 251 | 60 | 53 |
| Binary | 111001 | 10100010 | 10001110 | 1000001 | 0 | 1100 | 100100 | 10101001 | 110000 | 101011 |
Color Harmonies of #39A28E
Complementary color
Monochromatic Colors of #39A28E
Black with #39A28E
Text Example
Text Example
White with #39A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A28E; }
p { color: rgb(57,162,142); }
H1.HeaderClassName
{
color: #39A28E;
}
.AnyTagClassName
{
color: #39A28E;
}
</style>
background-color css
<style>
a { background-color: #39A28E; }
a { background-color: rgb(57,162,142); }
div.DivClassName
{
background-color: #39A28E;
}
.BgClassName
{
background-color: #39A28E;
}
</style>
border-color css
<style>
span { border-color: #39A28E; }
span { border-color: rgb(57,162,142); }
td.TdClassName
{
border-color: #39A28E;
}
.TagClassName
{
border-color: #39A28E;
}
</style>