Shades of Gossamer #39AB8C
Tints of Gossamer #39AB8C
RGB
CMYK
RGB Variations
Color information
#39AB8C (or 0x39AB8C) is known color: Gossamer. HEX triplet: 39, AB and 8C. RGB value is (57,171,140). Sum of RGB (Red+Green+Blue) = 57+171+140=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #39AB8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AB8C is #C65473. Grayscale: #858585. Windows color (decimal): -12997748 or 9218873. OLE color: 9218873.
HSL color Cylindrical-coordinate representation of color #39AB8C: hue angle of 163.68º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39AB8C is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 171 | 140 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.33 |
| HSL | 163.68º | 0.5% | 0.45% | - |
| HSV(B) | 163.68º | 0.67% | 0.67% | - |
| XYZ | 20.98 | 31.89 | 29.86 | - |
| YUV | 133.38 | 131.73 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 171 | 140 | 0.67 | 0 | 0.18 | 0.33 | 163.68 | 0.5 | 0.45 |
| Hex | 39 | AB | 8C | 43 | 0 | 12 | 21 | A4 | 32 | 2D |
| Octal | 71 | 253 | 214 | 103 | 0 | 22 | 41 | 244 | 62 | 55 |
| Binary | 111001 | 10101011 | 10001100 | 1000011 | 0 | 10010 | 100001 | 10100100 | 110010 | 101101 |
Color Harmonies of #39AB8C
Complementary color
Monochromatic Colors of #39AB8C
Black with #39AB8C
Text Example
Text Example
White with #39AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39AB8C; }
p { color: rgb(57,171,140); }
H1.HeaderClassName
{
color: #39AB8C;
}
.AnyTagClassName
{
color: #39AB8C;
}
</style>
background-color css
<style>
a { background-color: #39AB8C; }
a { background-color: rgb(57,171,140); }
div.DivClassName
{
background-color: #39AB8C;
}
.BgClassName
{
background-color: #39AB8C;
}
</style>
border-color css
<style>
span { border-color: #39AB8C; }
span { border-color: rgb(57,171,140); }
td.TdClassName
{
border-color: #39AB8C;
}
.TagClassName
{
border-color: #39AB8C;
}
</style>