Shades of Gossamer #39A28C
Tints of Gossamer #39A28C
RGB
CMYK
RGB Variations
Color information
#39A28C (or 0x39A28C) is known color: Gossamer. HEX triplet: 39, A2 and 8C. RGB value is (57,162,140). Sum of RGB (Red+Green+Blue) = 57+162+140=359 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.88% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #39A28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A28C is #C65D73. Grayscale: #808080. Windows color (decimal): -13000052 or 9216569. OLE color: 9216569.
HSL color Cylindrical-coordinate representation of color #39A28C: hue angle of 167.43º 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 #39A28C is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 57 | 162 | 140 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.36 |
| HSL | 167.43º | 0.48% | 0.43% | - |
| HSV(B) | 167.43º | 0.65% | 0.64% | - |
| XYZ | 19.34 | 28.6 | 29.31 | - |
| YUV | 128.1 | 134.71 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 162 | 140 | 0.65 | 0 | 0.14 | 0.36 | 167.43 | 0.48 | 0.43 |
| Hex | 39 | A2 | 8C | 41 | 0 | E | 24 | A7 | 30 | 2B |
| Octal | 71 | 242 | 214 | 101 | 0 | 16 | 44 | 247 | 60 | 53 |
| Binary | 111001 | 10100010 | 10001100 | 1000001 | 0 | 1110 | 100100 | 10100111 | 110000 | 101011 |
Color Harmonies of #39A28C
Complementary color
Monochromatic Colors of #39A28C
Black with #39A28C
Text Example
Text Example
White with #39A28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A28C; }
p { color: rgb(57,162,140); }
H1.HeaderClassName
{
color: #39A28C;
}
.AnyTagClassName
{
color: #39A28C;
}
</style>
background-color css
<style>
a { background-color: #39A28C; }
a { background-color: rgb(57,162,140); }
div.DivClassName
{
background-color: #39A28C;
}
.BgClassName
{
background-color: #39A28C;
}
</style>
border-color css
<style>
span { border-color: #39A28C; }
span { border-color: rgb(57,162,140); }
td.TdClassName
{
border-color: #39A28C;
}
.TagClassName
{
border-color: #39A28C;
}
</style>