Shades of Gossamer #3E998C
Tints of Gossamer #3E998C
RGB
CMYK
RGB Variations
Color information
#3E998C (or 0x3E998C) is known color: Gossamer. HEX triplet: 3E, 99 and 8C. RGB value is (62,153,140). Sum of RGB (Red+Green+Blue) = 62+153+140=355 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.46% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #3E998C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E998C is #C16673. Grayscale: #7C7C7C. Windows color (decimal): -12674676 or 9214270. OLE color: 9214270.
HSL color Cylindrical-coordinate representation of color #3E998C: hue angle of 171.43º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E998C is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 62 | 153 | 140 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.4 |
| HSL | 171.43º | 0.42% | 0.42% | - |
| HSV(B) | 171.43º | 0.59% | 0.6% | - |
| XYZ | 18.11 | 25.7 | 28.82 | - |
| YUV | 124.31 | 136.85 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 153 | 140 | 0.59 | 0 | 0.08 | 0.4 | 171.43 | 0.42 | 0.42 |
| Hex | 3E | 99 | 8C | 3B | 0 | 8 | 28 | AB | 2A | 2A |
| Octal | 76 | 231 | 214 | 73 | 0 | 10 | 50 | 253 | 52 | 52 |
| Binary | 111110 | 10011001 | 10001100 | 111011 | 0 | 1000 | 101000 | 10101011 | 101010 | 101010 |
Color Harmonies of #3E998C
Complementary color
Monochromatic Colors of #3E998C
Black with #3E998C
Text Example
Text Example
White with #3E998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E998C; }
p { color: rgb(62,153,140); }
H1.HeaderClassName
{
color: #3E998C;
}
.AnyTagClassName
{
color: #3E998C;
}
</style>
background-color css
<style>
a { background-color: #3E998C; }
a { background-color: rgb(62,153,140); }
div.DivClassName
{
background-color: #3E998C;
}
.BgClassName
{
background-color: #3E998C;
}
</style>
border-color css
<style>
span { border-color: #3E998C; }
span { border-color: rgb(62,153,140); }
td.TdClassName
{
border-color: #3E998C;
}
.TagClassName
{
border-color: #3E998C;
}
</style>