#AFC8B6

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

Shades of Gum Leaf #AFC8B6

Tints of Gum Leaf #AFC8B6

Color information

#AFC8B6 (or 0xAFC8B6) is unknown color: approx Gum Leaf. HEX triplet: AF, C8 and B6. RGB value is (175,200,182). Sum of RGB (Red+Green+Blue) = 175+200+182=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8B6 is #503749. Grayscale: #BEBEBE. Windows color (decimal): -5257034 or 11978927. OLE color: 11978927.

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

Color convert

RGB175200182-
CMYK0.1200.090.22
HSL136.8º18.52%73.53%-
HSV(B)136.8º12.5%78.43%-
XYZ46.7853.852.17-
YUV190.47123.22116.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 200 (78.52% from 255) = 35.91%
BLUE value IS 182 (71.48% from 255) = 32.68%
R=31.42%
G=35.91%
B=32.68%

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
Decimal1752001820.1200.090.22136.818.5273.53
HexAFC8B6C091689134a
Octal257310266140112621123112
Binary1010111111001000101101101100010011011010001001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC8B6; }

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

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

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

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

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

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

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

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