#4CAE8B

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

Shades of Gossamer #4CAE8B

Tints of Gossamer #4CAE8B

Color information

#4CAE8B (or 0x4CAE8B) is unknown color: approx Gossamer. HEX triplet: 4C, AE and 8B. RGB value is (76,174,139). Sum of RGB (Red+Green+Blue) = 76+174+139=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 174 - color contains mainly: green. Hex color #4CAE8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAE8B is #B35174. Grayscale: #8C8C8C. Windows color (decimal): -11751797 or 9154124. OLE color: 9154124.

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

Color convert

RGB76174139-
CMYK0.5600.200.32
HSL158.57º39.2%49.02%-
HSV(B)158.57º56.32%68.24%-
XYZ22.7833.6729.73-
YUV140.71127.0381.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.54%
GREEN value IS 174 (68.36% from 255) = 44.73%
BLUE value IS 139 (54.69% from 255) = 35.73%
R=19.54%
G=44.73%
B=35.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal761741390.5600.200.32158.5739.249.02
Hex4CAE8B38014209f2731
Octal11425621370024402374761
Binary1001100101011101000101111100001010010000010011111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,174,139); }

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

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

 a { background-color: rgb(76,174,139); }

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

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

 span { border-color: rgb(76,174,139); }

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