Html Css Color HEX #AAFEC6 Magic Mint

📋 copy color: '#AAFEC6'

red 170 ◦ green 254 ◦ blue 198

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

Shades of Magic Mint #AAFEC6

Tints of Magic Mint #AAFEC6

RGB

 RED value IS 170 (66.8% from 255) = 27.33%

 GREEN value IS 254 (99.61% from 255) = 40.84%

 BLUE value IS 198 (77.73% from 255) = 31.83%

R = 27.33%
G = 40.84%
B = 31.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#AAFEC6 (or 0xAAFEC6) is known color: Magic Mint. HEX triplet: AA, FE and C6. RGB value is (170,254,198). Sum of RGB (Red+Green+Blue) = 170+254+198=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEC6 is #550139. Grayscale: #DEDEDE. Windows color (decimal): -5570874 or 13041322. OLE color: 13041322.

HSL color Cylindrical-coordinate representation of color #AAFEC6: hue angle of 140º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFEC6 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 254 198 -
CMYK 0.33 0 0.22 0.00
HSL 140º 0.98% 0.83% -
HSV(B) 140º 0.33% 1% -
XYZ 62.21 83.51 66.27 -
YUV 222.5 114.17 90.55 -
System Red Green Blue C M Y K H S L
Decimal 170 254 198 0.33 0 0.22 0.00 140 0.98 0.83
Hex AA FE C6 21 0 16 0 8C 62 53
Octal 252 376 306 41 0 26 0 214 142 123
Binary 10101010 11111110 11000110 100001 0 10110 0 10001100 1100010 1010011

Color Harmonies of #AAFEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFEC6

Black with #AAFEC6

Text Example


Text Example

White with #AAFEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFEC6; }

 p { color: rgb(170,254,198); }

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

background-color css

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

 a { background-color: rgb(170,254,198); }

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

border-color css

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

 span { border-color: rgb(170,254,198); }

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