#AFC1B3

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

Shades of Gum Leaf #AFC1B3

Tints of Gum Leaf #AFC1B3

Color information

#AFC1B3 (or 0xAFC1B3) is unknown color: approx Gum Leaf. HEX triplet: AF, C1 and B3. RGB value is (175,193,179). Sum of RGB (Red+Green+Blue) = 175+193+179=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC1B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1B3 is #503E4C. Grayscale: #BABABA. Windows color (decimal): -5258829 or 11780527. OLE color: 11780527.

HSL color Cylindrical-coordinate representation of color #AFC1B3: hue angle of 133.33º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFC1B3 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB175193179-
CMYK0.0900.070.24
HSL133.33º12.68%72.16%-
HSV(B)133.33º9.33%75.69%-
XYZ44.8950.5150.03-
YUV186.02124.04120.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.99%
GREEN value IS 193 (75.78% from 255) = 35.28%
BLUE value IS 179 (70.31% from 255) = 32.72%
R=31.99%
G=35.28%
B=32.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751931790.0900.070.24133.3312.6872.16
HexAFC1B39071885d48
Octal25730126311073020515110
Binary10101111110000011011001110010111110001000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC1B3; }

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

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

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

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

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

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

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

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