Shades of Gossamer #4AAF89
Tints of Gossamer #4AAF89
RGB
CMYK
RGB Variations
Color information
#4AAF89 (or 0x4AAF89) is known color: Gossamer. HEX triplet: 4A, AF and 89. RGB value is (74,175,137). Sum of RGB (Red+Green+Blue) = 74+175+137=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAF89 is #B55076. Grayscale: #8C8C8C. Windows color (decimal): -11882615 or 9023306. OLE color: 9023306.
HSL color Cylindrical-coordinate representation of color #4AAF89: hue angle of 157.43º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AAF89 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 175 | 137 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.31 |
| HSL | 157.43º | 0.41% | 0.49% | - |
| HSV(B) | 157.43º | 0.58% | 0.69% | - |
| XYZ | 22.67 | 33.92 | 29.02 | - |
| YUV | 140.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 137 | 0.58 | 0 | 0.22 | 0.31 | 157.43 | 0.41 | 0.49 |
| Hex | 4A | AF | 89 | 3A | 0 | 16 | 1F | 9D | 29 | 31 |
| Octal | 112 | 257 | 211 | 72 | 0 | 26 | 37 | 235 | 51 | 61 |
| Binary | 1001010 | 10101111 | 10001001 | 111010 | 0 | 10110 | 11111 | 10011101 | 101001 | 110001 |
Color Harmonies of #4AAF89
Complementary color
Monochromatic Colors of #4AAF89
Black with #4AAF89
Text Example
Text Example
White with #4AAF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAF89; }
p { color: rgb(74,175,137); }
H1.HeaderClassName
{
color: #4AAF89;
}
.AnyTagClassName
{
color: #4AAF89;
}
</style>
background-color css
<style>
a { background-color: #4AAF89; }
a { background-color: rgb(74,175,137); }
div.DivClassName
{
background-color: #4AAF89;
}
.BgClassName
{
background-color: #4AAF89;
}
</style>
border-color css
<style>
span { border-color: #4AAF89; }
span { border-color: rgb(74,175,137); }
td.TdClassName
{
border-color: #4AAF89;
}
.TagClassName
{
border-color: #4AAF89;
}
</style>