#AFD2B9

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

Shades of Gum Leaf #AFD2B9

Tints of Gum Leaf #AFD2B9

Color information

#AFD2B9 (or 0xAFD2B9) is unknown color: approx Gum Leaf. HEX triplet: AF, D2 and B9. RGB value is (175,210,185). Sum of RGB (Red+Green+Blue) = 175+210+185=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2B9 is #502D46. Grayscale: #C4C4C4. Windows color (decimal): -5254471 or 12178095. OLE color: 12178095.

HSL color Cylindrical-coordinate representation of color #AFD2B9: hue angle of 137.14º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD2B9 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB175210185-
CMYK0.1700.120.18
HSL137.14º28%75.49%-
HSV(B)137.14º16.67%82.35%-
XYZ49.4858.7154.62-
YUV196.68121.4112.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 210 (82.42% from 255) = 36.84%
BLUE value IS 185 (72.66% from 255) = 32.46%
R=30.70%
G=36.84%
B=32.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101850.1700.120.18137.142875.49
HexAFD2B9110C12891c4b
Octal257322271210142221134113
Binary10101111110100101011100110001011001001010001001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2B9; }

 p { color: rgb(175,210,185); }

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

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

 a { background-color: rgb(175,210,185); }

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

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

 span { border-color: rgb(175,210,185); }

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