Shades of Gossamer #39A698
Tints of Gossamer #39A698
RGB
CMYK
RGB Variations
Color information
#39A698 (or 0x39A698) is known color: Gossamer. HEX triplet: 39, A6 and 98. RGB value is (57,166,152). Sum of RGB (Red+Green+Blue) = 57+166+152=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 166 - color contains mainly: green. Hex color #39A698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39A698 is #C65967. Grayscale: #838383. Windows color (decimal): -12999016 or 10004025. OLE color: 10004025.
HSL color Cylindrical-coordinate representation of color #39A698: hue angle of 172.29º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39A698 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 166 | 152 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.35 |
| HSL | 172.29º | 0.49% | 0.44% | - |
| HSV(B) | 172.29º | 0.66% | 0.65% | - |
| XYZ | 20.99 | 30.41 | 34.47 | - |
| YUV | 131.81 | 139.39 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 166 | 152 | 0.66 | 0 | 0.08 | 0.35 | 172.29 | 0.49 | 0.44 |
| Hex | 39 | A6 | 98 | 42 | 0 | 8 | 23 | AC | 31 | 2C |
| Octal | 71 | 246 | 230 | 102 | 0 | 10 | 43 | 254 | 61 | 54 |
| Binary | 111001 | 10100110 | 10011000 | 1000010 | 0 | 1000 | 100011 | 10101100 | 110001 | 101100 |
Color Harmonies of #39A698
Complementary color
Monochromatic Colors of #39A698
Black with #39A698
Text Example
Text Example
White with #39A698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A698; }
p { color: rgb(57,166,152); }
H1.HeaderClassName
{
color: #39A698;
}
.AnyTagClassName
{
color: #39A698;
}
</style>
background-color css
<style>
a { background-color: #39A698; }
a { background-color: rgb(57,166,152); }
div.DivClassName
{
background-color: #39A698;
}
.BgClassName
{
background-color: #39A698;
}
</style>
border-color css
<style>
span { border-color: #39A698; }
span { border-color: rgb(57,166,152); }
td.TdClassName
{
border-color: #39A698;
}
.TagClassName
{
border-color: #39A698;
}
</style>