Shades of Gossamer #3D988B
Tints of Gossamer #3D988B
RGB
CMYK
RGB Variations
Color information
#3D988B (or 0x3D988B) is known color: Gossamer. HEX triplet: 3D, 98 and 8B. RGB value is (61,152,139). Sum of RGB (Red+Green+Blue) = 61+152+139=352 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.33% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #3D988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D988B is #C26774. Grayscale: #7B7B7B. Windows color (decimal): -12740469 or 9148477. OLE color: 9148477.
HSL color Cylindrical-coordinate representation of color #3D988B: hue angle of 171.43º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D988B is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 152 | 139 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.40 |
| HSL | 171.43º | 0.43% | 0.42% | - |
| HSV(B) | 171.43º | 0.6% | 0.6% | - |
| XYZ | 17.81 | 25.31 | 28.37 | - |
| YUV | 123.31 | 136.85 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 152 | 139 | 0.60 | 0 | 0.09 | 0.40 | 171.43 | 0.43 | 0.42 |
| Hex | 3D | 98 | 8B | 3C | 0 | 9 | 28 | AB | 2B | 2A |
| Octal | 75 | 230 | 213 | 74 | 0 | 11 | 50 | 253 | 53 | 52 |
| Binary | 111101 | 10011000 | 10001011 | 111100 | 0 | 1001 | 101000 | 10101011 | 101011 | 101010 |
Color Harmonies of #3D988B
Complementary color
Monochromatic Colors of #3D988B
Black with #3D988B
Text Example
Text Example
White with #3D988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D988B; }
p { color: rgb(61,152,139); }
H1.HeaderClassName
{
color: #3D988B;
}
.AnyTagClassName
{
color: #3D988B;
}
</style>
background-color css
<style>
a { background-color: #3D988B; }
a { background-color: rgb(61,152,139); }
div.DivClassName
{
background-color: #3D988B;
}
.BgClassName
{
background-color: #3D988B;
}
</style>
border-color css
<style>
span { border-color: #3D988B; }
span { border-color: rgb(61,152,139); }
td.TdClassName
{
border-color: #3D988B;
}
.TagClassName
{
border-color: #3D988B;
}
</style>