#4CA68E

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

Shades of Gossamer #4CA68E

Tints of Gossamer #4CA68E

Color information

#4CA68E (or 0x4CA68E) is unknown color: approx Gossamer. HEX triplet: 4C, A6 and 8E. RGB value is (76,166,142). Sum of RGB (Red+Green+Blue) = 76+166+142=384 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.79% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 166 - color contains mainly: green. Hex color #4CA68E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA68E is #B35971. Grayscale: #888888. Windows color (decimal): -11753842 or 9348684. OLE color: 9348684.

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

Color convert

RGB76166142-
CMYK0.5400.140.35
HSL164º37.19%47.45%-
HSV(B)164º54.22%65.1%-
XYZ21.530.7630.4-
YUV136.35131.1884.95-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.79%
GREEN value IS 166 (65.23% from 255) = 43.23%
BLUE value IS 142 (55.86% from 255) = 36.98%
R=19.79%
G=43.23%
B=36.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal761661420.5400.140.3516437.1947.45
Hex4CA68E360E23a4252f
Octal11424621666016432444557
Binary100110010100110100011101101100111010001110100100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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