#AFC2B3

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

Shades of Gum Leaf #AFC2B3

Tints of Gum Leaf #AFC2B3

Color information

#AFC2B3 (or 0xAFC2B3) is unknown color: approx Gum Leaf. HEX triplet: AF, C2 and B3. RGB value is (175,194,179). Sum of RGB (Red+Green+Blue) = 175+194+179=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2B3 is #503D4C. Grayscale: #BABABA. Windows color (decimal): -5258573 or 11780783. OLE color: 11780783.

HSL color Cylindrical-coordinate representation of color #AFC2B3: hue angle of 132.63º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC2B3 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB175194179-
CMYK0.1000.080.24
HSL132.63º13.48%72.35%-
HSV(B)132.63º9.79%76.08%-
XYZ45.1150.9550.11-
YUV186.61123.71119.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 194 (76.17% from 255) = 35.40%
BLUE value IS 179 (70.31% from 255) = 32.66%
R=31.93%
G=35.40%
B=32.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751941790.1000.080.24132.6313.4872.35
HexAFC2B3A081885d48
Octal257302263120103020515110
Binary101011111100001010110011101001000110001000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC2B3; }

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

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

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

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

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

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

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

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