Html Css Color HEX #AFD3A6 Madang

📋 copy color: '#AFD3A6'

red 175 ◦ green 211 ◦ blue 166

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

Shades of Madang #AFD3A6

Tints of Madang #AFD3A6

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.22%

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

R = 31.7%
G = 38.22%
B = 30.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#AFD3A6 (or 0xAFD3A6) is known color: 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

RGB 175 211 166 -
CMYK 0.17 0 0.21 0.17
HSL 108º 0.34% 0.74% -
HSV(B) 108º 0.21% 0.83% -
XYZ 47.86 58.46 44.84 -
YUV 195.11 111.57 113.66 -
System Red Green Blue C M Y K H S L
Decimal 175 211 166 0.17 0 0.21 0.17 108 0.34 0.74
Hex AF D3 A6 11 0 15 11 6C 22 4A
Octal 257 323 246 21 0 25 21 154 42 112
Binary 10101111 11010011 10100110 10001 0 10101 10001 1101100 100010 1001010

Color Harmonies of #AFD3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD3A6

Black with #AFD3A6

Text Example


Text Example

White with #AFD3A6

Text Example


Text Example

HTML Codes & Css Web 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>