Shades of Gossamer #4FA68E
Tints of Gossamer #4FA68E
RGB
CMYK
RGB Variations
Color information
#4FA68E (or 0x4FA68E) is known color: Gossamer. HEX triplet: 4F, A6 and 8E. RGB value is (79,166,142). Sum of RGB (Red+Green+Blue) = 79+166+142=387 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.41% from 387); Green value is 166 (65.23% from 255 or 42.89% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 166 - color contains mainly: green. Hex color #4FA68E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA68E is #B05971. Grayscale: #898989. Windows color (decimal): -11557234 or 9348687. OLE color: 9348687.
HSL color Cylindrical-coordinate representation of color #4FA68E: hue angle of 163.45º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA68E is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 166 | 142 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.35 |
| HSL | 163.45º | 0.36% | 0.48% | - |
| HSV(B) | 163.45º | 0.52% | 0.65% | - |
| XYZ | 21.74 | 30.89 | 30.41 | - |
| YUV | 137.25 | 130.68 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 166 | 142 | 0.52 | 0 | 0.14 | 0.35 | 163.45 | 0.36 | 0.48 |
| Hex | 4F | A6 | 8E | 34 | 0 | E | 23 | A3 | 24 | 30 |
| Octal | 117 | 246 | 216 | 64 | 0 | 16 | 43 | 243 | 44 | 60 |
| Binary | 1001111 | 10100110 | 10001110 | 110100 | 0 | 1110 | 100011 | 10100011 | 100100 | 110000 |
Color Harmonies of #4FA68E
Complementary color
Monochromatic Colors of #4FA68E
Black with #4FA68E
Text Example
Text Example
White with #4FA68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA68E; }
p { color: rgb(79,166,142); }
H1.HeaderClassName
{
color: #4FA68E;
}
.AnyTagClassName
{
color: #4FA68E;
}
</style>
background-color css
<style>
a { background-color: #4FA68E; }
a { background-color: rgb(79,166,142); }
div.DivClassName
{
background-color: #4FA68E;
}
.BgClassName
{
background-color: #4FA68E;
}
</style>
border-color css
<style>
span { border-color: #4FA68E; }
span { border-color: rgb(79,166,142); }
td.TdClassName
{
border-color: #4FA68E;
}
.TagClassName
{
border-color: #4FA68E;
}
</style>