Html Css Color HEX #AFDBA6 Madang

📋 copy color: '#AFDBA6'

red 175 ◦ green 219 ◦ blue 166

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

Shades of Madang #AFDBA6

Tints of Madang #AFDBA6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.11%

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

R = 31.25%
G = 39.11%
B = 29.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#AFDBA6 (or 0xAFDBA6) is known color: Madang. HEX triplet: AF, DB and A6. RGB value is (175,219,166). Sum of RGB (Red+Green+Blue) = 175+219+166=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDBA6 is #502459. Grayscale: #C7C7C7. Windows color (decimal): -5252186 or 10935215. OLE color: 10935215.

HSL color Cylindrical-coordinate representation of color #AFDBA6: hue angle of 109.81º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFDBA6 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 219 166 -
CMYK 0.20 0 0.24 0.14
HSL 109.81º 0.42% 0.75% -
HSV(B) 109.81º 0.24% 0.86% -
XYZ 49.89 62.53 45.52 -
YUV 199.8 108.92 110.31 -
System Red Green Blue C M Y K H S L
Decimal 175 219 166 0.20 0 0.24 0.14 109.81 0.42 0.75
Hex AF DB A6 14 0 18 E 6E 2A 4B
Octal 257 333 246 24 0 30 16 156 52 113
Binary 10101111 11011011 10100110 10100 0 11000 1110 1101110 101010 1001011

Color Harmonies of #AFDBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDBA6

Black with #AFDBA6

Text Example


Text Example

White with #AFDBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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