#AFC6B3

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

Shades of Gum Leaf #AFC6B3

Tints of Gum Leaf #AFC6B3

Color information

#AFC6B3 (or 0xAFC6B3) is unknown color: approx Gum Leaf. HEX triplet: AF, C6 and B3. RGB value is (175,198,179). Sum of RGB (Red+Green+Blue) = 175+198+179=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC6B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6B3 is #50394C. Grayscale: #BDBDBD. Windows color (decimal): -5257549 or 11781807. OLE color: 11781807.

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

Color convert

RGB175198179-
CMYK0.1200.100.22
HSL130.43º16.79%73.14%-
HSV(B)130.43º11.62%77.65%-
XYZ46.0152.7650.41-
YUV188.96122.38118.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 198 (77.73% from 255) = 35.87%
BLUE value IS 179 (70.31% from 255) = 32.43%
R=31.70%
G=35.87%
B=32.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751981790.1200.100.22130.4316.7973.14
HexAFC6B3C0A16821149
Octal257306263140122620221111
Binary1010111111000110101100111100010101011010000010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC6B3; }

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

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

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

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

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

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

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

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