#AFD0B5

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

Shades of Gum Leaf #AFD0B5

Tints of Gum Leaf #AFD0B5

Color information

#AFD0B5 (or 0xAFD0B5) is unknown color: approx Gum Leaf. HEX triplet: AF, D0 and B5. RGB value is (175,208,181). Sum of RGB (Red+Green+Blue) = 175+208+181=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0B5 is #502F4A. Grayscale: #C3C3C3. Windows color (decimal): -5254987 or 11915439. OLE color: 11915439.

HSL color Cylindrical-coordinate representation of color #AFD0B5: hue angle of 130.91º 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 #AFD0B5 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB175208181-
CMYK0.1600.130.18
HSL130.91º25.98%75.1%-
HSV(B)130.91º15.87%81.57%-
XYZ48.5857.5652.27-
YUV195.06120.07113.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 208 (81.64% from 255) = 36.88%
BLUE value IS 181 (71.09% from 255) = 32.09%
R=31.03%
G=36.88%
B=32.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752081810.1600.130.18130.9125.9875.1
HexAFD0B5100D12831a4b
Octal257320265200152220332113
Binary10101111110100001011010110000011011001010000011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD0B5; }

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

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

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

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

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

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

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

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