#AEC0B1

Color #AEC0B1 Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #AEC0B1

Tints of Gum Leaf #AEC0B1

Color information

#AEC0B1 (or 0xAEC0B1) is unknown color: approx Gum Leaf. HEX triplet: AE, C0 and B1. RGB value is (174,192,177). Sum of RGB (Red+Green+Blue) = 174+192+177=543 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.04% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 192 - color contains mainly: green. Hex color #AEC0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEC0B1 is #513F4E. Grayscale: #B8B8B8. Windows color (decimal): -5324623 or 11649198. OLE color: 11649198.

HSL color Cylindrical-coordinate representation of color #AEC0B1: hue angle of 130º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEC0B1 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB174192177-
CMYK0.0900.080.25
HSL130º12.5%71.76%-
HSV(B)130º9.38%75.29%-
XYZ44.2449.8748.89-
YUV184.91123.54120.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.04%
GREEN value IS 192 (75.39% from 255) = 35.36%
BLUE value IS 177 (69.53% from 255) = 32.60%
R=32.04%
G=35.36%
B=32.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741921770.0900.080.2513012.571.76
HexAEC0B19081982c48
Octal256300261110103120214110
Binary101011101100000010110001100101000110011000001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEC0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEC0B1; }

 p { color: rgb(174,192,177); }

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

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

 a { background-color: rgb(174,192,177); }

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

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

 span { border-color: rgb(174,192,177); }

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