Shades of Gossamer #4CAA88
Tints of Gossamer #4CAA88
RGB
CMYK
RGB Variations
Color information
#4CAA88 (or 0x4CAA88) is known color: Gossamer. HEX triplet: 4C, AA and 88. RGB value is (76,170,136). Sum of RGB (Red+Green+Blue) = 76+170+136=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAA88 is #B35577. Grayscale: #8A8A8A. Windows color (decimal): -11752824 or 8956492. OLE color: 8956492.
HSL color Cylindrical-coordinate representation of color #4CAA88: hue angle of 158.3º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CAA88 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 170 | 136 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.33 |
| HSL | 158.3º | 0.38% | 0.48% | - |
| HSV(B) | 158.3º | 0.55% | 0.67% | - |
| XYZ | 21.8 | 32.06 | 28.33 | - |
| YUV | 138.02 | 126.86 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 136 | 0.55 | 0 | 0.20 | 0.33 | 158.3 | 0.38 | 0.48 |
| Hex | 4C | AA | 88 | 37 | 0 | 14 | 21 | 9E | 26 | 30 |
| Octal | 114 | 252 | 210 | 67 | 0 | 24 | 41 | 236 | 46 | 60 |
| Binary | 1001100 | 10101010 | 10001000 | 110111 | 0 | 10100 | 100001 | 10011110 | 100110 | 110000 |
Color Harmonies of #4CAA88
Complementary color
Monochromatic Colors of #4CAA88
Black with #4CAA88
Text Example
Text Example
White with #4CAA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAA88; }
p { color: rgb(76,170,136); }
H1.HeaderClassName
{
color: #4CAA88;
}
.AnyTagClassName
{
color: #4CAA88;
}
</style>
background-color css
<style>
a { background-color: #4CAA88; }
a { background-color: rgb(76,170,136); }
div.DivClassName
{
background-color: #4CAA88;
}
.BgClassName
{
background-color: #4CAA88;
}
</style>
border-color css
<style>
span { border-color: #4CAA88; }
span { border-color: rgb(76,170,136); }
td.TdClassName
{
border-color: #4CAA88;
}
.TagClassName
{
border-color: #4CAA88;
}
</style>