#AFC4B3

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

Shades of Gum Leaf #AFC4B3

Tints of Gum Leaf #AFC4B3

Color information

#AFC4B3 (or 0xAFC4B3) is unknown color: approx Gum Leaf. HEX triplet: AF, C4 and B3. RGB value is (175,196,179). Sum of RGB (Red+Green+Blue) = 175+196+179=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4B3 is #503B4C. Grayscale: #BBBBBB. Windows color (decimal): -5258061 or 11781295. OLE color: 11781295.

HSL color Cylindrical-coordinate representation of color #AFC4B3: hue angle of 131.43º 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 #AFC4B3 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB175196179-
CMYK0.1100.090.23
HSL131.43º15.11%72.75%-
HSV(B)131.43º10.71%76.86%-
XYZ45.5651.8550.25-
YUV187.78123.04118.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 196 (76.95% from 255) = 35.64%
BLUE value IS 179 (70.31% from 255) = 32.55%
R=31.82%
G=35.64%
B=32.55%

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
Decimal1751961790.1100.090.23131.4315.1172.75
HexAFC4B3B091783f49
Octal257304263130112720317111
Binary101011111100010010110011101101001101111000001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC4B3; }

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

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

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

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

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

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

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

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