#AFD4B7

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

Shades of Gum Leaf #AFD4B7

Tints of Gum Leaf #AFD4B7

Color information

#AFD4B7 (or 0xAFD4B7) is unknown color: approx Gum Leaf. HEX triplet: AF, D4 and B7. RGB value is (175,212,183). Sum of RGB (Red+Green+Blue) = 175+212+183=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD4B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD4B7 is #502B48. Grayscale: #C5C5C5. Windows color (decimal): -5253961 or 12047535. OLE color: 12047535.

HSL color Cylindrical-coordinate representation of color #AFD4B7: hue angle of 132.97º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD4B7 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB175212183-
CMYK0.1700.140.17
HSL132.97º30.08%75.88%-
HSV(B)132.97º17.45%83.14%-
XYZ49.7759.6253.68-
YUV197.63119.74111.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 212 (83.20% from 255) = 37.19%
BLUE value IS 183 (71.88% from 255) = 32.11%
R=30.70%
G=37.19%
B=32.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752121830.1700.140.17132.9730.0875.88
HexAFD4B7110E11851e4c
Octal257324267210162120536114
Binary10101111110101001011011110001011101000110000101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD4B7; }

 p { color: rgb(175,212,183); }

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

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

 a { background-color: rgb(175,212,183); }

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

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

 span { border-color: rgb(175,212,183); }

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