Shades of Gossamer #4AAE88
Tints of Gossamer #4AAE88
RGB
CMYK
RGB Variations
Color information
#4AAE88 (or 0x4AAE88) is known color: Gossamer. HEX triplet: 4A, AE and 88. RGB value is (74,174,136). Sum of RGB (Red+Green+Blue) = 74+174+136=384 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.27% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAE88 is #B55177. Grayscale: #8B8B8B. Windows color (decimal): -11882872 or 8957514. OLE color: 8957514.
HSL color Cylindrical-coordinate representation of color #4AAE88: hue angle of 157.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAE88 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 174 | 136 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.32 |
| HSL | 157.2º | 0.4% | 0.49% | - |
| HSV(B) | 157.2º | 0.57% | 0.68% | - |
| XYZ | 22.4 | 33.51 | 28.58 | - |
| YUV | 139.77 | 125.87 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 174 | 136 | 0.57 | 0 | 0.22 | 0.32 | 157.2 | 0.4 | 0.49 |
| Hex | 4A | AE | 88 | 39 | 0 | 16 | 20 | 9D | 28 | 31 |
| Octal | 112 | 256 | 210 | 71 | 0 | 26 | 40 | 235 | 50 | 61 |
| Binary | 1001010 | 10101110 | 10001000 | 111001 | 0 | 10110 | 100000 | 10011101 | 101000 | 110001 |
Color Harmonies of #4AAE88
Complementary color
Monochromatic Colors of #4AAE88
Black with #4AAE88
Text Example
Text Example
White with #4AAE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAE88; }
p { color: rgb(74,174,136); }
H1.HeaderClassName
{
color: #4AAE88;
}
.AnyTagClassName
{
color: #4AAE88;
}
</style>
background-color css
<style>
a { background-color: #4AAE88; }
a { background-color: rgb(74,174,136); }
div.DivClassName
{
background-color: #4AAE88;
}
.BgClassName
{
background-color: #4AAE88;
}
</style>
border-color css
<style>
span { border-color: #4AAE88; }
span { border-color: rgb(74,174,136); }
td.TdClassName
{
border-color: #4AAE88;
}
.TagClassName
{
border-color: #4AAE88;
}
</style>