#AFCEB9

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

Shades of Gum Leaf #AFCEB9

Tints of Gum Leaf #AFCEB9

Color information

#AFCEB9 (or 0xAFCEB9) is unknown color: approx Gum Leaf. HEX triplet: AF, CE and B9. RGB value is (175,206,185). Sum of RGB (Red+Green+Blue) = 175+206+185=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEB9 is #503146. Grayscale: #C2C2C2. Windows color (decimal): -5255495 or 12177071. OLE color: 12177071.

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

Color convert

RGB175206185-
CMYK0.1500.100.19
HSL139.35º24.03%74.71%-
HSV(B)139.35º15.05%80.78%-
XYZ48.5156.7654.3-
YUV194.34122.73114.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.92%
GREEN value IS 206 (80.86% from 255) = 36.40%
BLUE value IS 185 (72.66% from 255) = 32.69%
R=30.92%
G=36.40%
B=32.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752061850.1500.100.19139.3524.0374.71
HexAFCEB9F0A138b184b
Octal257316271170122321330113
Binary1010111111001110101110011111010101001110001011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEB9; }

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

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

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

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

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

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

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

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