#AFCEB2

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

Shades of Gum Leaf #AFCEB2

Tints of Gum Leaf #AFCEB2

Color information

#AFCEB2 (or 0xAFCEB2) is unknown color: approx Gum Leaf. HEX triplet: AF, CE and B2. RGB value is (175,206,178). Sum of RGB (Red+Green+Blue) = 175+206+178=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 178 (69.92% from 255 or 31.84% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCEB2 is #50314D. Grayscale: #C1C1C1. Windows color (decimal): -5255502 or 11718319. OLE color: 11718319.

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

Color convert

RGB175206178-
CMYK0.1500.140.19
HSL125.81º24.03%74.71%-
HSV(B)125.81º15.05%80.78%-
XYZ47.7956.4750.5-
YUV193.54119.23114.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 206 (80.86% from 255) = 36.85%
BLUE value IS 178 (69.92% from 255) = 31.84%
R=31.31%
G=36.85%
B=31.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752061780.1500.140.19125.8124.0374.71
HexAFCEB2F0E137e184b
Octal257316262170162317630113
Binary101011111100111010110010111101110100111111110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEB2; }

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

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

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

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

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

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

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

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