Shades of Gossamer #39A98A
Tints of Gossamer #39A98A
RGB
CMYK
RGB Variations
Color information
#39A98A (or 0x39A98A) is known color: Gossamer. HEX triplet: 39, A9 and 8A. RGB value is (57,169,138). Sum of RGB (Red+Green+Blue) = 57+169+138=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 169 - color contains mainly: green. Hex color #39A98A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A98A is #C65675. Grayscale: #838383. Windows color (decimal): -12998262 or 9087289. OLE color: 9087289.
HSL color Cylindrical-coordinate representation of color #39A98A: hue angle of 163.39º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39A98A is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 57 | 169 | 138 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.34 |
| HSL | 163.39º | 0.5% | 0.44% | - |
| HSV(B) | 163.39º | 0.66% | 0.66% | - |
| XYZ | 20.46 | 31.08 | 28.97 | - |
| YUV | 131.98 | 131.39 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 169 | 138 | 0.66 | 0 | 0.18 | 0.34 | 163.39 | 0.5 | 0.44 |
| Hex | 39 | A9 | 8A | 42 | 0 | 12 | 22 | A3 | 32 | 2C |
| Octal | 71 | 251 | 212 | 102 | 0 | 22 | 42 | 243 | 62 | 54 |
| Binary | 111001 | 10101001 | 10001010 | 1000010 | 0 | 10010 | 100010 | 10100011 | 110010 | 101100 |
Color Harmonies of #39A98A
Complementary color
Monochromatic Colors of #39A98A
Black with #39A98A
Text Example
Text Example
White with #39A98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A98A; }
p { color: rgb(57,169,138); }
H1.HeaderClassName
{
color: #39A98A;
}
.AnyTagClassName
{
color: #39A98A;
}
</style>
background-color css
<style>
a { background-color: #39A98A; }
a { background-color: rgb(57,169,138); }
div.DivClassName
{
background-color: #39A98A;
}
.BgClassName
{
background-color: #39A98A;
}
</style>
border-color css
<style>
span { border-color: #39A98A; }
span { border-color: rgb(57,169,138); }
td.TdClassName
{
border-color: #39A98A;
}
.TagClassName
{
border-color: #39A98A;
}
</style>