#AACFB2

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

Shades of Gum Leaf #AACFB2

Tints of Gum Leaf #AACFB2

Color information

#AACFB2 (or 0xAACFB2) is unknown color: approx Gum Leaf. HEX triplet: AA, CF and B2. RGB value is (170,207,178). Sum of RGB (Red+Green+Blue) = 170+207+178=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACFB2 is #55304D. Grayscale: #C0C0C0. Windows color (decimal): -5582926 or 11718570. OLE color: 11718570.

HSL color Cylindrical-coordinate representation of color #AACFB2: hue angle of 132.97º 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 #AACFB2 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB170207178-
CMYK0.1800.140.19
HSL132.97º27.82%73.92%-
HSV(B)132.97º17.87%81.18%-
XYZ46.9356.3950.53-
YUV192.63119.74111.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.63%
GREEN value IS 207 (81.25% from 255) = 37.30%
BLUE value IS 178 (69.92% from 255) = 32.07%
R=30.63%
G=37.30%
B=32.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702071780.1800.140.19132.9727.8273.92
HexAACFB2120E13851c4a
Octal252317262220162320534112
Binary10101010110011111011001010010011101001110000101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACFB2; }

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

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

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

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

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

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

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

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