#AFD0B9

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

Shades of Gum Leaf #AFD0B9

Tints of Gum Leaf #AFD0B9

Color information

#AFD0B9 (or 0xAFD0B9) is unknown color: approx Gum Leaf. HEX triplet: AF, D0 and B9. RGB value is (175,208,185). Sum of RGB (Red+Green+Blue) = 175+208+185=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 185 (72.66% from 255 or 32.57% from 568); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0B9 is #502F46. Grayscale: #C3C3C3. Windows color (decimal): -5254983 or 12177583. OLE color: 12177583.

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

Color convert

RGB175208185-
CMYK0.1600.110.18
HSL138.18º25.98%75.1%-
HSV(B)138.18º15.87%81.57%-
XYZ48.9957.7354.46-
YUV195.51122.07113.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 208 (81.64% from 255) = 36.62%
BLUE value IS 185 (72.66% from 255) = 32.57%
R=30.81%
G=36.62%
B=32.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081850.1600.110.18138.1825.9875.1
HexAFD0B9100B128a1a4b
Octal257320271200132221232113
Binary10101111110100001011100110000010111001010001010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD0B9; }

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

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

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

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

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

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

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

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