#AFC3B5

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

Shades of Gum Leaf #AFC3B5

Tints of Gum Leaf #AFC3B5

Color information

#AFC3B5 (or 0xAFC3B5) is unknown color: approx Gum Leaf. HEX triplet: AF, C3 and B5. RGB value is (175,195,181). Sum of RGB (Red+Green+Blue) = 175+195+181=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3B5 is #503C4A. Grayscale: #BBBBBB. Windows color (decimal): -5258315 or 11912111. OLE color: 11912111.

HSL color Cylindrical-coordinate representation of color #AFC3B5: hue angle of 138º 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 #AFC3B5 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB175195181-
CMYK0.1000.070.24
HSL138º14.29%72.55%-
HSV(B)138º10.26%76.47%-
XYZ45.5351.4851.25-
YUV187.42124.37119.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 195 (76.56% from 255) = 35.39%
BLUE value IS 181 (71.09% from 255) = 32.85%
R=31.76%
G=35.39%
B=32.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751951810.1000.070.2413814.2972.55
HexAFC3B5A07188ae49
Octal25730326512073021216111
Binary10101111110000111011010110100111110001000101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC3B5; }

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

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

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

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

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

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

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

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