Html Css Color HEX #AAFFC5 Magic Mint

📋 copy color: '#AAFFC5'

red 170 ◦ green 255 ◦ blue 197

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

Shades of Magic Mint #AAFFC5

Tints of Magic Mint #AAFFC5

RGB

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

 GREEN value IS 255 (100% from 255) = 41%

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

R = 27.33%
G = 41%
B = 31.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#AAFFC5 (or 0xAAFFC5) is known color: Magic Mint. HEX triplet: AA, FF and C5. RGB value is (170,255,197). Sum of RGB (Red+Green+Blue) = 170+255+197=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 197 (77.34% from 255 or 31.67% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFC5 is #55003A. Grayscale: #DFDFDF. Windows color (decimal): -5570619 or 12976042. OLE color: 12976042.

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

Color convert

RGB 170 255 197 -
CMYK 0.33 0 0.23 0
HSL 139.06º 1% 0.83% -
HSV(B) 139.06º 0.33% 1% -
XYZ 62.42 84.1 65.77 -
YUV 222.97 113.34 90.22 -
System Red Green Blue C M Y K H S L
Decimal 170 255 197 0.33 0 0.23 0 139.06 1 0.83
Hex AA FF C5 21 0 17 0 8B 64 53
Octal 252 377 305 41 0 27 0 213 144 123
Binary 10101010 11111111 11000101 100001 0 10111 0 10001011 1100100 1010011

Color Harmonies of #AAFFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFC5

Black with #AAFFC5

Text Example


Text Example

White with #AAFFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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