#AFCDB3

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

Shades of Gum Leaf #AFCDB3

Tints of Gum Leaf #AFCDB3

Color information

#AFCDB3 (or 0xAFCDB3) is unknown color: approx Gum Leaf. HEX triplet: AF, CD and B3. RGB value is (175,205,179). Sum of RGB (Red+Green+Blue) = 175+205+179=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDB3 is #50324C. Grayscale: #C1C1C1. Windows color (decimal): -5255757 or 11783599. OLE color: 11783599.

HSL color Cylindrical-coordinate representation of color #AFCDB3: hue angle of 128º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCDB3 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB175205179-
CMYK0.1500.130.20
HSL128º23.08%74.51%-
HSV(B)128º14.63%80.39%-
XYZ47.6556.0350.95-
YUV193.07120.06115.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 205 (80.47% from 255) = 36.67%
BLUE value IS 179 (70.31% from 255) = 32.02%
R=31.31%
G=36.67%
B=32.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051790.1500.130.2012823.0874.51
HexAFCDB3F0D1480174b
Octal257315263170152420027113
Binary1010111111001101101100111111011011010010000000101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDB3; }

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

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

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

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

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

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

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

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