#4CAA8E

Color #4CAA8E Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #4CAA8E

Tints of Gossamer #4CAA8E

Color information

#4CAA8E (or 0x4CAA8E) is unknown color: approx Gossamer. HEX triplet: 4C, AA and 8E. RGB value is (76,170,142). Sum of RGB (Red+Green+Blue) = 76+170+142=388 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.59% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAA8E is #B35571. Grayscale: #8A8A8A. Windows color (decimal): -11752818 or 9349708. OLE color: 9349708.

HSL color Cylindrical-coordinate representation of color #4CAA8E: hue angle of 162.13º 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 #4CAA8E is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB76170142-
CMYK0.5500.160.33
HSL162.13º38.21%48.24%-
HSV(B)162.13º55.29%66.67%-
XYZ22.2432.2430.64-
YUV138.7129.8683.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 19.59%
GREEN value IS 170 (66.80% from 255) = 43.81%
BLUE value IS 142 (55.86% from 255) = 36.60%
R=19.59%
G=43.81%
B=36.60%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal761701420.5500.160.33162.1338.2148.24
Hex4CAA8E3701021a22630
Octal11425221667020412424660
Binary1001100101010101000111011011101000010000110100010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CAA8E; }

 p { color: rgb(76,170,142); }

 H1.HeaderClassName
 {
   color: #4CAA8E;
 }
 .AnyTagClassName
 {
   color: #4CAA8E;
 }
</style>
background-color css

<style>
 a { background-color: #4CAA8E; }

 a { background-color: rgb(76,170,142); }

 div.DivClassName
 {
   background-color: #4CAA8E;
 }
 .BgClassName
 {
   background-color: #4CAA8E;
 }
</style>
border-color css

<style>
 span { border-color: #4CAA8E; }

 span { border-color: rgb(76,170,142); }

 td.TdClassName
 {
   border-color: #4CAA8E;
 }
 .TagClassName
 {
   border-color: #4CAA8E;
 }
</style>