#AFC8B2

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

Shades of Gum Leaf #AFC8B2

Tints of Gum Leaf #AFC8B2

Color information

#AFC8B2 (or 0xAFC8B2) is unknown color: approx Gum Leaf. HEX triplet: AF, C8 and B2. RGB value is (175,200,178). Sum of RGB (Red+Green+Blue) = 175+200+178=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC8B2 is #50374D. Grayscale: #BEBEBE. Windows color (decimal): -5257038 or 11716783. OLE color: 11716783.

HSL color Cylindrical-coordinate representation of color #AFC8B2: hue angle of 127.2º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC8B2 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB175200178-
CMYK0.1200.110.22
HSL127.2º18.52%73.53%-
HSV(B)127.2º12.5%78.43%-
XYZ46.3753.6450.03-
YUV190.02121.22117.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 200 (78.52% from 255) = 36.17%
BLUE value IS 178 (69.92% from 255) = 32.19%
R=31.65%
G=36.17%
B=32.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001780.1200.110.22127.218.5273.53
HexAFC8B2C0B167f134a
Octal257310262140132617723112
Binary101011111100100010110010110001011101101111111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC8B2; }

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

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

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

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

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

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

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

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