#AFD4BB

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

Shades of Gum Leaf #AFD4BB

Tints of Gum Leaf #AFD4BB

Color information

#AFD4BB (or 0xAFD4BB) is unknown color: approx Gum Leaf. HEX triplet: AF, D4 and BB. RGB value is (175,212,187). Sum of RGB (Red+Green+Blue) = 175+212+187=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD4BB is #502B44. Grayscale: #C6C6C6. Windows color (decimal): -5253957 or 12309679. OLE color: 12309679.

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

Color convert

RGB175212187-
CMYK0.1700.120.17
HSL139.46º30.08%75.88%-
HSV(B)139.46º17.45%83.14%-
XYZ50.1959.7955.91-
YUV198.09121.74111.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 212 (83.20% from 255) = 36.93%
BLUE value IS 187 (73.44% from 255) = 32.58%
R=30.49%
G=36.93%
B=32.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752121870.1700.120.17139.4630.0875.88
HexAFD4BB110C118b1e4c
Octal257324273210142121336114
Binary10101111110101001011101110001011001000110001011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD4BB; }

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

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

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

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

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

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

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

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