Shades of Gossamer #4CAA8F
Tints of Gossamer #4CAA8F
RGB
CMYK
RGB Variations
Color information
#4CAA8F (or 0x4CAA8F) is known color: Gossamer. HEX triplet: 4C, AA and 8F. RGB value is (76,170,143). Sum of RGB (Red+Green+Blue) = 76+170+143=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAA8F is #B35570. Grayscale: #8A8A8A. Windows color (decimal): -11752817 or 9415244. OLE color: 9415244.
HSL color Cylindrical-coordinate representation of color #4CAA8F: hue angle of 162.77º 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 #4CAA8F is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 170 | 143 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.33 |
| HSL | 162.77º | 0.38% | 0.48% | - |
| HSV(B) | 162.77º | 0.55% | 0.67% | - |
| XYZ | 22.31 | 32.27 | 31.04 | - |
| YUV | 138.82 | 130.36 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 143 | 0.55 | 0 | 0.16 | 0.33 | 162.77 | 0.38 | 0.48 |
| Hex | 4C | AA | 8F | 37 | 0 | 10 | 21 | A3 | 26 | 30 |
| Octal | 114 | 252 | 217 | 67 | 0 | 20 | 41 | 243 | 46 | 60 |
| Binary | 1001100 | 10101010 | 10001111 | 110111 | 0 | 10000 | 100001 | 10100011 | 100110 | 110000 |
Color Harmonies of #4CAA8F
Complementary color
Monochromatic Colors of #4CAA8F
Black with #4CAA8F
Text Example
Text Example
White with #4CAA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAA8F; }
p { color: rgb(76,170,143); }
H1.HeaderClassName
{
color: #4CAA8F;
}
.AnyTagClassName
{
color: #4CAA8F;
}
</style>
background-color css
<style>
a { background-color: #4CAA8F; }
a { background-color: rgb(76,170,143); }
div.DivClassName
{
background-color: #4CAA8F;
}
.BgClassName
{
background-color: #4CAA8F;
}
</style>
border-color css
<style>
span { border-color: #4CAA8F; }
span { border-color: rgb(76,170,143); }
td.TdClassName
{
border-color: #4CAA8F;
}
.TagClassName
{
border-color: #4CAA8F;
}
</style>