#AFC6B5

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

Shades of Gum Leaf #AFC6B5

Tints of Gum Leaf #AFC6B5

Color information

#AFC6B5 (or 0xAFC6B5) is unknown color: approx Gum Leaf. HEX triplet: AF, C6 and B5. RGB value is (175,198,181). Sum of RGB (Red+Green+Blue) = 175+198+181=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC6B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6B5 is #50394A. Grayscale: #BDBDBD. Windows color (decimal): -5257547 or 11912879. OLE color: 11912879.

HSL color Cylindrical-coordinate representation of color #AFC6B5: hue angle of 135.65º 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 #AFC6B5 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB175198181-
CMYK0.1200.090.22
HSL135.65º16.79%73.14%-
HSV(B)135.65º11.62%77.65%-
XYZ46.2152.8451.48-
YUV189.18123.38117.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 198 (77.73% from 255) = 35.74%
BLUE value IS 181 (71.09% from 255) = 32.67%
R=31.59%
G=35.74%
B=32.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751981810.1200.090.22135.6516.7973.14
HexAFC6B5C0916881149
Octal257306265140112621021111
Binary1010111111000110101101011100010011011010001000100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC6B5; }

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

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

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

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

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

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

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

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