#AACEB4

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

Shades of Gum Leaf #AACEB4

Tints of Gum Leaf #AACEB4

Color information

#AACEB4 (or 0xAACEB4) is unknown color: approx Gum Leaf. HEX triplet: AA, CE and B4. RGB value is (170,206,180). Sum of RGB (Red+Green+Blue) = 170+206+180=556 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.58% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 180 (70.70% from 255 or 32.37% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEB4 is #55314B. Grayscale: #C0C0C0. Windows color (decimal): -5583180 or 11849386. OLE color: 11849386.

HSL color Cylindrical-coordinate representation of color #AACEB4: hue angle of 136.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACEB4 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB170206180-
CMYK0.1700.130.19
HSL136.67º26.87%73.73%-
HSV(B)136.67º17.48%80.78%-
XYZ46.8955.9851.51-
YUV192.27121.07112.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.58%
GREEN value IS 206 (80.86% from 255) = 37.05%
BLUE value IS 180 (70.70% from 255) = 32.37%
R=30.58%
G=37.05%
B=32.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702061800.1700.130.19136.6726.8773.73
HexAACEB4110D13891b4a
Octal252316264210152321133112
Binary10101010110011101011010010001011011001110001001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEB4; }

 p { color: rgb(170,206,180); }

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

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

 a { background-color: rgb(170,206,180); }

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

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

 span { border-color: rgb(170,206,180); }

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