#4CA48E

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

Shades of Gossamer #4CA48E

Tints of Gossamer #4CA48E

Color information

#4CA48E (or 0x4CA48E) is unknown color: approx Gossamer. HEX triplet: 4C, A4 and 8E. RGB value is (76,164,142). Sum of RGB (Red+Green+Blue) = 76+164+142=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #4CA48E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA48E is #B35B71. Grayscale: #878787. Windows color (decimal): -11754354 or 9348172. OLE color: 9348172.

HSL color Cylindrical-coordinate representation of color #4CA48E: hue angle of 165º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA48E is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB76164142-
CMYK0.5400.130.36
HSL165º36.67%47.06%-
HSV(B)165º53.66%64.31%-
XYZ21.1430.0430.28-
YUV135.18131.8585.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.90%
GREEN value IS 164 (64.45% from 255) = 42.93%
BLUE value IS 142 (55.86% from 255) = 37.17%
R=19.90%
G=42.93%
B=37.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761641420.5400.130.3616536.6747.06
Hex4CA48E360D24a5252f
Octal11424421666015442454557
Binary100110010100100100011101101100110110010010100101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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