#AFC3B4

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

Shades of Gum Leaf #AFC3B4

Tints of Gum Leaf #AFC3B4

Color information

#AFC3B4 (or 0xAFC3B4) is unknown color: approx Gum Leaf. HEX triplet: AF, C3 and B4. RGB value is (175,195,180). Sum of RGB (Red+Green+Blue) = 175+195+180=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3B4 is #503C4B. Grayscale: #BBBBBB. Windows color (decimal): -5258316 or 11846575. OLE color: 11846575.

HSL color Cylindrical-coordinate representation of color #AFC3B4: hue angle of 135º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC3B4 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB175195180-
CMYK0.1000.080.24
HSL135º14.29%72.55%-
HSV(B)135º10.26%76.47%-
XYZ45.4351.4450.71-
YUV187.31123.87119.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.82%
GREEN value IS 195 (76.56% from 255) = 35.45%
BLUE value IS 180 (70.70% from 255) = 32.73%
R=31.82%
G=35.45%
B=32.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951800.1000.080.2413514.2972.55
HexAFC3B4A081887e49
Octal257303264120103020716111
Binary101011111100001110110100101001000110001000011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC3B4; }

 p { color: rgb(175,195,180); }

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

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

 a { background-color: rgb(175,195,180); }

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

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

 span { border-color: rgb(175,195,180); }

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