#AFCEB5

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

Shades of Gum Leaf #AFCEB5

Tints of Gum Leaf #AFCEB5

Color information

#AFCEB5 (or 0xAFCEB5) is unknown color: approx Gum Leaf. HEX triplet: AF, CE and B5. RGB value is (175,206,181). Sum of RGB (Red+Green+Blue) = 175+206+181=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 181 (71.09% from 255 or 32.21% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEB5 is #50314A. Grayscale: #C1C1C1. Windows color (decimal): -5255499 or 11914927. OLE color: 11914927.

HSL color Cylindrical-coordinate representation of color #AFCEB5: hue angle of 131.61º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCEB5 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB175206181-
CMYK0.1500.120.19
HSL131.61º24.03%74.71%-
HSV(B)131.61º15.05%80.78%-
XYZ48.0956.5952.1-
YUV193.88120.73114.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 206 (80.86% from 255) = 36.65%
BLUE value IS 181 (71.09% from 255) = 32.21%
R=31.14%
G=36.65%
B=32.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752061810.1500.120.19131.6124.0374.71
HexAFCEB5F0C1384184b
Octal257316265170142320430113
Binary1010111111001110101101011111011001001110000100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEB5; }

 p { color: rgb(175,206,181); }

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

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

 a { background-color: rgb(175,206,181); }

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

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

 span { border-color: rgb(175,206,181); }

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