Shades of Gossamer #39A08A
Tints of Gossamer #39A08A
RGB
CMYK
RGB Variations
Color information
#39A08A (or 0x39A08A) is known color: Gossamer. HEX triplet: 39, A0 and 8A. RGB value is (57,160,138). Sum of RGB (Red+Green+Blue) = 57+160+138=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #39A08A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A08A is #C65F75. Grayscale: #7E7E7E. Windows color (decimal): -13000566 or 9084985. OLE color: 9084985.
HSL color Cylindrical-coordinate representation of color #39A08A: hue angle of 167.18º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39A08A is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 57 | 160 | 138 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.37 |
| HSL | 167.18º | 0.47% | 0.43% | - |
| HSV(B) | 167.18º | 0.64% | 0.63% | - |
| XYZ | 18.85 | 27.85 | 28.43 | - |
| YUV | 126.7 | 134.38 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 160 | 138 | 0.64 | 0 | 0.14 | 0.37 | 167.18 | 0.47 | 0.43 |
| Hex | 39 | A0 | 8A | 40 | 0 | E | 25 | A7 | 2F | 2B |
| Octal | 71 | 240 | 212 | 100 | 0 | 16 | 45 | 247 | 57 | 53 |
| Binary | 111001 | 10100000 | 10001010 | 1000000 | 0 | 1110 | 100101 | 10100111 | 101111 | 101011 |
Color Harmonies of #39A08A
Complementary color
Monochromatic Colors of #39A08A
Black with #39A08A
Text Example
Text Example
White with #39A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A08A; }
p { color: rgb(57,160,138); }
H1.HeaderClassName
{
color: #39A08A;
}
.AnyTagClassName
{
color: #39A08A;
}
</style>
background-color css
<style>
a { background-color: #39A08A; }
a { background-color: rgb(57,160,138); }
div.DivClassName
{
background-color: #39A08A;
}
.BgClassName
{
background-color: #39A08A;
}
</style>
border-color css
<style>
span { border-color: #39A08A; }
span { border-color: rgb(57,160,138); }
td.TdClassName
{
border-color: #39A08A;
}
.TagClassName
{
border-color: #39A08A;
}
</style>