Html Css Color HEX #AAFEC8 Magic Mint

📋 copy color: '#AAFEC8'

red 170 ◦ green 254 ◦ blue 200

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

Shades of Magic Mint #AAFEC8

Tints of Magic Mint #AAFEC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 32.05%

R = 27.24%
G = 40.71%
B = 32.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#AAFEC8 (or 0xAAFEC8) is known color: Magic Mint. HEX triplet: AA, FE and C8. RGB value is (170,254,200). Sum of RGB (Red+Green+Blue) = 170+254+200=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEC8 is #550137. Grayscale: #DEDEDE. Windows color (decimal): -5570872 or 13172394. OLE color: 13172394.

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

Color convert

RGB 170 254 200 -
CMYK 0.33 0 0.21 0.00
HSL 141.43º 0.98% 0.83% -
HSV(B) 141.43º 0.33% 1% -
XYZ 62.44 83.6 67.49 -
YUV 222.73 115.17 90.39 -
System Red Green Blue C M Y K H S L
Decimal 170 254 200 0.33 0 0.21 0.00 141.43 0.98 0.83
Hex AA FE C8 21 0 15 0 8D 62 53
Octal 252 376 310 41 0 25 0 215 142 123
Binary 10101010 11111110 11001000 100001 0 10101 0 10001101 1100010 1010011

Color Harmonies of #AAFEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFEC8

Black with #AAFEC8

Text Example


Text Example

White with #AAFEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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