Shades of Gossamer #4FA68F
Tints of Gossamer #4FA68F
RGB
CMYK
RGB Variations
Color information
#4FA68F (or 0x4FA68F) is known color: Gossamer. HEX triplet: 4F, A6 and 8F. RGB value is (79,166,143). Sum of RGB (Red+Green+Blue) = 79+166+143=388 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.36% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 166 - color contains mainly: green. Hex color #4FA68F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA68F is #B05970. Grayscale: #898989. Windows color (decimal): -11557233 or 9414223. OLE color: 9414223.
HSL color Cylindrical-coordinate representation of color #4FA68F: hue angle of 164.14º 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 #4FA68F is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 166 | 143 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.35 |
| HSL | 164.14º | 0.36% | 0.48% | - |
| HSV(B) | 164.14º | 0.52% | 0.65% | - |
| XYZ | 21.82 | 30.92 | 30.8 | - |
| YUV | 137.37 | 131.18 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 166 | 143 | 0.52 | 0 | 0.14 | 0.35 | 164.14 | 0.36 | 0.48 |
| Hex | 4F | A6 | 8F | 34 | 0 | E | 23 | A4 | 24 | 30 |
| Octal | 117 | 246 | 217 | 64 | 0 | 16 | 43 | 244 | 44 | 60 |
| Binary | 1001111 | 10100110 | 10001111 | 110100 | 0 | 1110 | 100011 | 10100100 | 100100 | 110000 |
Color Harmonies of #4FA68F
Complementary color
Monochromatic Colors of #4FA68F
Black with #4FA68F
Text Example
Text Example
White with #4FA68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA68F; }
p { color: rgb(79,166,143); }
H1.HeaderClassName
{
color: #4FA68F;
}
.AnyTagClassName
{
color: #4FA68F;
}
</style>
background-color css
<style>
a { background-color: #4FA68F; }
a { background-color: rgb(79,166,143); }
div.DivClassName
{
background-color: #4FA68F;
}
.BgClassName
{
background-color: #4FA68F;
}
</style>
border-color css
<style>
span { border-color: #4FA68F; }
span { border-color: rgb(79,166,143); }
td.TdClassName
{
border-color: #4FA68F;
}
.TagClassName
{
border-color: #4FA68F;
}
</style>