Shades of Gossamer #4FA38A
Tints of Gossamer #4FA38A
RGB
CMYK
RGB Variations
Color information
#4FA38A (or 0x4FA38A) is known color: Gossamer. HEX triplet: 4F, A3 and 8A. RGB value is (79,163,138). Sum of RGB (Red+Green+Blue) = 79+163+138=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 163 - color contains mainly: green. Hex color #4FA38A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA38A is #B05C75. Grayscale: #878787. Windows color (decimal): -11558006 or 9085775. OLE color: 9085775.
HSL color Cylindrical-coordinate representation of color #4FA38A: hue angle of 162.14º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA38A is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 163 | 138 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.36 |
| HSL | 162.14º | 0.35% | 0.47% | - |
| HSV(B) | 162.14º | 0.52% | 0.64% | - |
| XYZ | 20.91 | 29.69 | 28.67 | - |
| YUV | 135.03 | 129.67 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 163 | 138 | 0.52 | 0 | 0.15 | 0.36 | 162.14 | 0.35 | 0.47 |
| Hex | 4F | A3 | 8A | 34 | 0 | F | 24 | A2 | 23 | 2F |
| Octal | 117 | 243 | 212 | 64 | 0 | 17 | 44 | 242 | 43 | 57 |
| Binary | 1001111 | 10100011 | 10001010 | 110100 | 0 | 1111 | 100100 | 10100010 | 100011 | 101111 |
Color Harmonies of #4FA38A
Complementary color
Monochromatic Colors of #4FA38A
Black with #4FA38A
Text Example
Text Example
White with #4FA38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA38A; }
p { color: rgb(79,163,138); }
H1.HeaderClassName
{
color: #4FA38A;
}
.AnyTagClassName
{
color: #4FA38A;
}
</style>
background-color css
<style>
a { background-color: #4FA38A; }
a { background-color: rgb(79,163,138); }
div.DivClassName
{
background-color: #4FA38A;
}
.BgClassName
{
background-color: #4FA38A;
}
</style>
border-color css
<style>
span { border-color: #4FA38A; }
span { border-color: rgb(79,163,138); }
td.TdClassName
{
border-color: #4FA38A;
}
.TagClassName
{
border-color: #4FA38A;
}
</style>