Shades of Gossamer #39AE8C
Tints of Gossamer #39AE8C
RGB
CMYK
RGB Variations
Color information
#39AE8C (or 0x39AE8C) is known color: Gossamer. HEX triplet: 39, AE and 8C. RGB value is (57,174,140). Sum of RGB (Red+Green+Blue) = 57+174+140=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #39AE8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39AE8C is #C65173. Grayscale: #878787. Windows color (decimal): -12996980 or 9219641. OLE color: 9219641.
HSL color Cylindrical-coordinate representation of color #39AE8C: hue angle of 162.56º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39AE8C is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 174 | 140 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.32 |
| HSL | 162.56º | 0.51% | 0.45% | - |
| HSV(B) | 162.56º | 0.67% | 0.68% | - |
| XYZ | 21.56 | 33.04 | 30.05 | - |
| YUV | 135.14 | 130.74 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 174 | 140 | 0.67 | 0 | 0.20 | 0.32 | 162.56 | 0.51 | 0.45 |
| Hex | 39 | AE | 8C | 43 | 0 | 14 | 20 | A3 | 33 | 2D |
| Octal | 71 | 256 | 214 | 103 | 0 | 24 | 40 | 243 | 63 | 55 |
| Binary | 111001 | 10101110 | 10001100 | 1000011 | 0 | 10100 | 100000 | 10100011 | 110011 | 101101 |
Color Harmonies of #39AE8C
Complementary color
Monochromatic Colors of #39AE8C
Black with #39AE8C
Text Example
Text Example
White with #39AE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39AE8C; }
p { color: rgb(57,174,140); }
H1.HeaderClassName
{
color: #39AE8C;
}
.AnyTagClassName
{
color: #39AE8C;
}
</style>
background-color css
<style>
a { background-color: #39AE8C; }
a { background-color: rgb(57,174,140); }
div.DivClassName
{
background-color: #39AE8C;
}
.BgClassName
{
background-color: #39AE8C;
}
</style>
border-color css
<style>
span { border-color: #39AE8C; }
span { border-color: rgb(57,174,140); }
td.TdClassName
{
border-color: #39AE8C;
}
.TagClassName
{
border-color: #39AE8C;
}
</style>