#AACFB4

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

Shades of Gum Leaf #AACFB4

Tints of Gum Leaf #AACFB4

Color information

#AACFB4 (or 0xAACFB4) is unknown color: approx Gum Leaf. HEX triplet: AA, CF and B4. RGB value is (170,207,180). Sum of RGB (Red+Green+Blue) = 170+207+180=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACFB4 is #55304B. Grayscale: #C0C0C0. Windows color (decimal): -5582924 or 11849642. OLE color: 11849642.

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

Color convert

RGB170207180-
CMYK0.1800.130.19
HSL136.22º27.82%73.92%-
HSV(B)136.22º17.87%81.18%-
XYZ47.1356.4751.6-
YUV192.86120.74111.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 180 (70.70% from 255) = 32.32%
R=30.52%
G=37.16%
B=32.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702071800.1800.130.19136.2227.8273.92
HexAACFB4120D13881c4a
Octal252317264220152321034112
Binary10101010110011111011010010010011011001110001000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACFB4; }

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

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

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

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

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

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

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

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