#AFC4B2

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

Shades of Gum Leaf #AFC4B2

Tints of Gum Leaf #AFC4B2

Color information

#AFC4B2 (or 0xAFC4B2) is unknown color: approx Gum Leaf. HEX triplet: AF, C4 and B2. RGB value is (175,196,178). Sum of RGB (Red+Green+Blue) = 175+196+178=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC4B2 is #503B4D. Grayscale: #BBBBBB. Windows color (decimal): -5258062 or 11715759. OLE color: 11715759.

HSL color Cylindrical-coordinate representation of color #AFC4B2: hue angle of 128.57º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC4B2 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB175196178-
CMYK0.1100.090.23
HSL128.57º15.11%72.75%-
HSV(B)128.57º10.71%76.86%-
XYZ45.4651.8149.72-
YUV187.67122.54118.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 196 (76.95% from 255) = 35.70%
BLUE value IS 178 (69.92% from 255) = 32.42%
R=31.88%
G=35.70%
B=32.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1751961780.1100.090.23128.5715.1172.75
HexAFC4B2B091781f49
Octal257304262130112720117111
Binary101011111100010010110010101101001101111000000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4B2; }

 p { color: rgb(175,196,178); }

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

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

 a { background-color: rgb(175,196,178); }

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

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

 span { border-color: rgb(175,196,178); }

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