#AFC8B5

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

Shades of Gum Leaf #AFC8B5

Tints of Gum Leaf #AFC8B5

Color information

#AFC8B5 (or 0xAFC8B5) is unknown color: approx Gum Leaf. HEX triplet: AF, C8 and B5. RGB value is (175,200,181). Sum of RGB (Red+Green+Blue) = 175+200+181=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8B5 is #50374A. Grayscale: #BEBEBE. Windows color (decimal): -5257035 or 11913391. OLE color: 11913391.

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

Color convert

RGB175200181-
CMYK0.1200.090.22
HSL134.4º18.52%73.53%-
HSV(B)134.4º12.5%78.43%-
XYZ46.6753.7651.63-
YUV190.36122.72117.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.47%
GREEN value IS 200 (78.52% from 255) = 35.97%
BLUE value IS 181 (71.09% from 255) = 32.55%
R=31.47%
G=35.97%
B=32.55%

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
Decimal1752001810.1200.090.22134.418.5273.53
HexAFC8B5C091686134a
Octal257310265140112620623112
Binary1010111111001000101101011100010011011010000110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC8B5; }

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

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

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

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

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

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

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

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