Html Css Color HEX #AAFEC1 Magic Mint

📋 copy color: '#AAFEC1'

red 170 ◦ green 254 ◦ blue 193

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

Shades of Magic Mint #AAFEC1

Tints of Magic Mint #AAFEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.28%

R = 27.55%
G = 41.17%
B = 31.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#AAFEC1 (or 0xAAFEC1) is known color: Magic Mint. HEX triplet: AA, FE and C1. RGB value is (170,254,193). Sum of RGB (Red+Green+Blue) = 170+254+193=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEC1 is #55013E. Grayscale: #DEDEDE. Windows color (decimal): -5570879 or 12713642. OLE color: 12713642.

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

Color convert

RGB 170 254 193 -
CMYK 0.33 0 0.24 0.00
HSL 136.43º 0.98% 0.83% -
HSV(B) 136.43º 0.33% 1% -
XYZ 61.65 83.28 63.28 -
YUV 221.93 111.67 90.96 -
System Red Green Blue C M Y K H S L
Decimal 170 254 193 0.33 0 0.24 0.00 136.43 0.98 0.83
Hex AA FE C1 21 0 18 0 88 62 53
Octal 252 376 301 41 0 30 0 210 142 123
Binary 10101010 11111110 11000001 100001 0 11000 0 10001000 1100010 1010011

Color Harmonies of #AAFEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFEC1

Black with #AAFEC1

Text Example


Text Example

White with #AAFEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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