#AFCCB3

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

Shades of Gum Leaf #AFCCB3

Tints of Gum Leaf #AFCCB3

Color information

#AFCCB3 (or 0xAFCCB3) is unknown color: approx Gum Leaf. HEX triplet: AF, CC and B3. RGB value is (175,204,179). Sum of RGB (Red+Green+Blue) = 175+204+179=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCB3 is #50334C. Grayscale: #C0C0C0. Windows color (decimal): -5256013 or 11783343. OLE color: 11783343.

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

Color convert

RGB175204179-
CMYK0.1400.120.2
HSL128.28º22.14%74.31%-
HSV(B)128.28º14.22%80%-
XYZ47.4155.5550.87-
YUV192.48120.39115.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 204 (80.08% from 255) = 36.56%
BLUE value IS 179 (70.31% from 255) = 32.08%
R=31.36%
G=36.56%
B=32.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041790.1400.120.2128.2822.1474.31
HexAFCCB3E0C1480164a
Octal257314263160142420026112
Binary1010111111001100101100111110011001010010000000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCB3; }

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

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

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

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

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

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

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

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