#AFD4B8

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

Shades of Gum Leaf #AFD4B8

Tints of Gum Leaf #AFD4B8

Color information

#AFD4B8 (or 0xAFD4B8) is unknown color: approx Gum Leaf. HEX triplet: AF, D4 and B8. RGB value is (175,212,184). Sum of RGB (Red+Green+Blue) = 175+212+184=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD4B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD4B8 is #502B47. Grayscale: #C5C5C5. Windows color (decimal): -5253960 or 12113071. OLE color: 12113071.

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

Color convert

RGB175212184-
CMYK0.1700.130.17
HSL134.59º30.08%75.88%-
HSV(B)134.59º17.45%83.14%-
XYZ49.8759.6654.23-
YUV197.74120.24111.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.65%
GREEN value IS 212 (83.20% from 255) = 37.13%
BLUE value IS 184 (72.27% from 255) = 32.22%
R=30.65%
G=37.13%
B=32.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752121840.1700.130.17134.5930.0875.88
HexAFD4B8110D11871e4c
Octal257324270210152120736114
Binary10101111110101001011100010001011011000110000111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD4B8; }

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

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

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

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

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

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

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

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