Html Css Color HEX #AFECA6 Madang

📋 copy color: '#AFECA6'

red 175 ◦ green 236 ◦ blue 166

#AFECA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madang #AFECA6

Tints of Madang #AFECA6

RGB

 RED value IS 175 (68.75% from 255) = 30.33%

 GREEN value IS 236 (92.58% from 255) = 40.9%

 BLUE value IS 166 (65.23% from 255) = 28.77%

R = 30.33%
G = 40.9%
B = 28.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#AFECA6 (or 0xAFECA6) is known color: Madang. HEX triplet: AF, EC and A6. RGB value is (175,236,166). Sum of RGB (Red+Green+Blue) = 175+236+166=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFECA6 is #501359. Grayscale: #D1D1D1. Windows color (decimal): -5247834 or 10939567. OLE color: 10939567.

HSL color Cylindrical-coordinate representation of color #AFECA6: hue angle of 112.29º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFECA6 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 166 -
CMYK 0.26 0 0.30 0.07
HSL 112.29º 0.65% 0.79% -
HSV(B) 112.29º 0.3% 0.93% -
XYZ 54.56 71.86 47.07 -
YUV 209.78 103.29 103.19 -
System Red Green Blue C M Y K H S L
Decimal 175 236 166 0.26 0 0.30 0.07 112.29 0.65 0.79
Hex AF EC A6 1A 0 1E 7 70 41 4F
Octal 257 354 246 32 0 36 7 160 101 117
Binary 10101111 11101100 10100110 11010 0 11110 111 1110000 1000001 1001111

Color Harmonies of #AFECA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFECA6

Black with #AFECA6

Text Example


Text Example

White with #AFECA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFECA6; }

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

 H1.HeaderClassName
 {
   color: #AFECA6;
 }
 .AnyTagClassName
 {
   color: #AFECA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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