#AFDEA6

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

Shades of Madang #AFDEA6

Tints of Madang #AFDEA6

Color information

#AFDEA6 (or 0xAFDEA6) is unknown color: approx Madang. HEX triplet: AF, DE and A6. RGB value is (175,222,166). Sum of RGB (Red+Green+Blue) = 175+222+166=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDEA6 is #502159. Grayscale: #C9C9C9. Windows color (decimal): -5251418 or 10935983. OLE color: 10935983.

HSL color Cylindrical-coordinate representation of color #AFDEA6: hue angle of 110.36º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFDEA6 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB175222166-
CMYK0.2100.250.13
HSL110.36º45.9%76.08%-
HSV(B)110.36º25.23%87.06%-
XYZ50.6864.1145.78-
YUV201.56107.93109.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.08%
GREEN value IS 222 (87.11% from 255) = 39.43%
BLUE value IS 166 (65.23% from 255) = 29.48%
R=31.08%
G=39.43%
B=29.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752221660.2100.250.13110.3645.976.08
HexAFDEA615019D6e2e4c
Octal257336246250311515656114
Binary10101111110111101010011010101011001110111011101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDEA6; }

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

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

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

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

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

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

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

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