#AFCCB6

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

Shades of Gum Leaf #AFCCB6

Tints of Gum Leaf #AFCCB6

Color information

#AFCCB6 (or 0xAFCCB6) is unknown color: approx Gum Leaf. HEX triplet: AF, CC and B6. RGB value is (175,204,182). Sum of RGB (Red+Green+Blue) = 175+204+182=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCB6 is #503349. Grayscale: #C0C0C0. Windows color (decimal): -5256010 or 11979951. OLE color: 11979951.

HSL color Cylindrical-coordinate representation of color #AFCCB6: hue angle of 134.48º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCCB6 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB175204182-
CMYK0.1400.110.2
HSL134.48º22.14%74.31%-
HSV(B)134.48º14.22%80%-
XYZ47.7255.6852.49-
YUV192.82121.89115.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 204 (80.08% from 255) = 36.36%
BLUE value IS 182 (71.48% from 255) = 32.44%
R=31.19%
G=36.36%
B=32.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041820.1400.110.2134.4822.1474.31
HexAFCCB6E0B1486164a
Octal257314266160132420626112
Binary1010111111001100101101101110010111010010000110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCB6; }

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

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

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

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

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

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

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

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