#4caa8d

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

Shades of Gossamer #4CAA8D

Tints of Gossamer #4CAA8D

Color information

#4CAA8D (or 0x4CAA8D) is unknown color: approx Gossamer. HEX triplet: 4C, AA and 8D. RGB value is (76,170,141). Sum of RGB (Red+Green+Blue) = 76+170+141=387 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.64% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAA8D is #B35572. Grayscale: #8A8A8A. Windows color (decimal): -11752819 or 9284172. OLE color: 9284172.

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

Color convert

RGB76170141-
CMYK0.5500.170.33
HSL161.49º38.21%48.24%-
HSV(B)161.49º55.29%66.67%-
XYZ22.1632.2130.25-
YUV138.59129.3683.36-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.64%
GREEN value IS 170 (66.80% from 255) = 43.93%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=19.64%
G=43.93%
B=36.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal761701410.5500.170.33161.4938.2148.24
Hex4CAA8D3701121a12630
Octal11425221567021412414660
Binary1001100101010101000110111011101000110000110100001100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4caa8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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