#AFCAB8

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

Shades of Gum Leaf #AFCAB8

Tints of Gum Leaf #AFCAB8

Color information

#AFCAB8 (or 0xAFCAB8) is unknown color: approx Gum Leaf. HEX triplet: AF, CA and B8. RGB value is (175,202,184). Sum of RGB (Red+Green+Blue) = 175+202+184=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 184 (72.27% from 255 or 32.80% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCAB8 is #503547. Grayscale: #BFBFBF. Windows color (decimal): -5256520 or 12110511. OLE color: 12110511.

HSL color Cylindrical-coordinate representation of color #AFCAB8: hue angle of 140º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFCAB8 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB175202184-
CMYK0.1300.090.21
HSL140º20.3%73.92%-
HSV(B)140º13.37%79.22%-
XYZ47.4554.8253.43-
YUV191.88123.55115.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 202 (79.30% from 255) = 36.01%
BLUE value IS 184 (72.27% from 255) = 32.80%
R=31.19%
G=36.01%
B=32.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021840.1300.090.2114020.373.92
HexAFCAB8D09158c144a
Octal257312270150112521424112
Binary1010111111001010101110001101010011010110001100101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAB8; }

 p { color: rgb(175,202,184); }

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

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

 a { background-color: rgb(175,202,184); }

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

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

 span { border-color: rgb(175,202,184); }

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