Html Css Color HEX #AAFEC5 Magic Mint

📋 copy color: '#AAFEC5'

red 170 ◦ green 254 ◦ blue 197

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

Shades of Magic Mint #AAFEC5

Tints of Magic Mint #AAFEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.72%

R = 27.38%
G = 40.9%
B = 31.72%

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

#AAFEC5 (or 0xAAFEC5) is known color: Magic Mint. HEX triplet: AA, FE and C5. RGB value is (170,254,197). Sum of RGB (Red+Green+Blue) = 170+254+197=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 254 (99.61% from 255 or 40.90% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEC5 is #55013A. Grayscale: #DEDEDE. Windows color (decimal): -5570875 or 12975786. OLE color: 12975786.

HSL color Cylindrical-coordinate representation of color #AAFEC5: hue angle of 139.29º 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 #AAFEC5 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 170 254 197 -
CMYK 0.33 0 0.22 0.00
HSL 139.29º 0.98% 0.83% -
HSV(B) 139.29º 0.33% 1% -
XYZ 62.1 83.46 65.66 -
YUV 222.39 113.67 90.63 -
System Red Green Blue C M Y K H S L
Decimal 170 254 197 0.33 0 0.22 0.00 139.29 0.98 0.83
Hex AA FE C5 21 0 16 0 8B 62 53
Octal 252 376 305 41 0 26 0 213 142 123
Binary 10101010 11111110 11000101 100001 0 10110 0 10001011 1100010 1010011

Color Harmonies of #AAFEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFEC5

Black with #AAFEC5

Text Example


Text Example

White with #AAFEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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