#AFECA3

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

Shades of Madang #AFECA3

Tints of Madang #AFECA3

Color information

#AFECA3 (or 0xAFECA3) is unknown color: approx Madang. HEX triplet: AF, EC and A3. RGB value is (175,236,163). Sum of RGB (Red+Green+Blue) = 175+236+163=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 163 (64.06% from 255 or 28.40% from 574); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFECA3 is #50135C. Grayscale: #D1D1D1. Windows color (decimal): -5247837 or 10742959. OLE color: 10742959.

HSL color Cylindrical-coordinate representation of color #AFECA3: hue angle of 110.14º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFECA3 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB175236163-
CMYK0.2600.310.07
HSL110.14º65.77%78.24%-
HSV(B)110.14º30.93%92.55%-
XYZ54.2971.7545.64-
YUV209.44101.79103.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 236 (92.58% from 255) = 41.11%
BLUE value IS 163 (64.06% from 255) = 28.40%
R=30.49%
G=41.11%
B=28.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752361630.2600.310.07110.1465.7778.24
HexAFECA31A01F76e424e
Octal257354243320377156102116
Binary10101111111011001010001111010011111111110111010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECA3; }

 p { color: rgb(175,236,163); }

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

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

 a { background-color: rgb(175,236,163); }

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

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

 span { border-color: rgb(175,236,163); }

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