#AFD3A6

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

Shades of Madang #AFD3A6

Tints of Madang #AFD3A6

Color information

#AFD3A6 (or 0xAFD3A6) is unknown color: approx Madang. HEX triplet: AF, D3 and A6. RGB value is (175,211,166). Sum of RGB (Red+Green+Blue) = 175+211+166=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 166 (65.23% from 255 or 30.07% from 552); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD3A6 is #502C59. Grayscale: #C3C3C3. Windows color (decimal): -5254234 or 10933167. OLE color: 10933167.

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

Color convert

RGB175211166-
CMYK0.1700.210.17
HSL108º33.83%73.92%-
HSV(B)108º21.33%82.75%-
XYZ47.8658.4644.84-
YUV195.11111.57113.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.70%
GREEN value IS 211 (82.81% from 255) = 38.22%
BLUE value IS 166 (65.23% from 255) = 30.07%
R=31.70%
G=38.22%
B=30.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752111660.1700.210.1710833.8373.92
HexAFD3A611015116c224a
Octal257323246210252115442112
Binary101011111101001110100110100010101011000111011001000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD3A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD3A6; }

 p { color: rgb(175,211,166); }

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

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

 a { background-color: rgb(175,211,166); }

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

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

 span { border-color: rgb(175,211,166); }

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