#AFD2BA

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

Shades of Gum Leaf #AFD2BA

Tints of Gum Leaf #AFD2BA

Color information

#AFD2BA (or 0xAFD2BA) is unknown color: approx Gum Leaf. HEX triplet: AF, D2 and BA. RGB value is (175,210,186). Sum of RGB (Red+Green+Blue) = 175+210+186=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 210 (82.42% from 255 or 36.78% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2BA is #502D45. Grayscale: #C4C4C4. Windows color (decimal): -5254470 or 12243631. OLE color: 12243631.

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

Color convert

RGB175210186-
CMYK0.1700.110.18
HSL138.86º28%75.49%-
HSV(B)138.86º16.67%82.35%-
XYZ49.5958.7555.18-
YUV196.8121.9112.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.65%
GREEN value IS 210 (82.42% from 255) = 36.78%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=30.65%
G=36.78%
B=32.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752101860.1700.110.18138.862875.49
HexAFD2BA110B128b1c4b
Octal257322272210132221334113
Binary10101111110100101011101010001010111001010001011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2BA; }

 p { color: rgb(175,210,186); }

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

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

 a { background-color: rgb(175,210,186); }

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

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

 span { border-color: rgb(175,210,186); }

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