Html Css Color HEX #AFDEA6 Madang

📋 copy color: '#AFDEA6'

red 175 ◦ green 222 ◦ blue 166

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

Shades of Madang #AFDEA6

Tints of Madang #AFDEA6

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 value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

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

RGB 175 222 166 -
CMYK 0.21 0 0.25 0.13
HSL 110.36º 0.46% 0.76% -
HSV(B) 110.36º 0.25% 0.87% -
XYZ 50.68 64.11 45.78 -
YUV 201.56 107.93 109.05 -
System Red Green Blue C M Y K H S L
Decimal 175 222 166 0.21 0 0.25 0.13 110.36 0.46 0.76
Hex AF DE A6 15 0 19 D 6E 2E 4C
Octal 257 336 246 25 0 31 15 156 56 114
Binary 10101111 11011110 10100110 10101 0 11001 1101 1101110 101110 1001100

Color Harmonies of #AFDEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDEA6

Black with #AFDEA6

Text Example


Text Example

White with #AFDEA6

Text Example


Text Example

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