#4CAC8E

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

Shades of Gossamer #4CAC8E

Tints of Gossamer #4CAC8E

Color information

#4CAC8E (or 0x4CAC8E) is unknown color: approx Gossamer. HEX triplet: 4C, AC and 8E. RGB value is (76,172,142). Sum of RGB (Red+Green+Blue) = 76+172+142=390 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.49% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAC8E is #B35371. Grayscale: #8B8B8B. Windows color (decimal): -11752306 or 9350220. OLE color: 9350220.

HSL color Cylindrical-coordinate representation of color #4CAC8E: hue angle of 161.25º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAC8E is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB76172142-
CMYK0.5600.170.33
HSL161.25º38.71%48.63%-
HSV(B)161.25º55.81%67.45%-
XYZ22.6232.9930.77-
YUV139.88129.282.44-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.49%
GREEN value IS 172 (67.58% from 255) = 44.10%
BLUE value IS 142 (55.86% from 255) = 36.41%
R=19.49%
G=44.10%
B=36.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal761721420.5600.170.33161.2538.7148.63
Hex4CAC8E3801121a12731
Octal11425421670021412414761
Binary1001100101011001000111011100001000110000110100001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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