Html Css Color HEX #AAFFC1 Magic Mint

📋 copy color: '#AAFFC1'

red 170 ◦ green 255 ◦ blue 193

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

Shades of Magic Mint #AAFFC1

Tints of Magic Mint #AAFFC1

RGB

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

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

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

R = 27.51%
G = 41.26%
B = 31.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#AAFFC1 (or 0xAAFFC1) is known color: Magic Mint. HEX triplet: AA, FF and C1. RGB value is (170,255,193). Sum of RGB (Red+Green+Blue) = 170+255+193=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 255 (100% from 255 or 41.26% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFC1 is #55003E. Grayscale: #DEDEDE. Windows color (decimal): -5570623 or 12713898. OLE color: 12713898.

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

Color convert

RGB 170 255 193 -
CMYK 0.33 0 0.24 0
HSL 136.24º 1% 0.83% -
HSV(B) 136.24º 0.33% 1% -
XYZ 61.96 83.92 63.38 -
YUV 222.52 111.34 90.54 -
System Red Green Blue C M Y K H S L
Decimal 170 255 193 0.33 0 0.24 0 136.24 1 0.83
Hex AA FF C1 21 0 18 0 88 64 53
Octal 252 377 301 41 0 30 0 210 144 123
Binary 10101010 11111111 11000001 100001 0 11000 0 10001000 1100100 1010011

Color Harmonies of #AAFFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFC1

Black with #AAFFC1

Text Example


Text Example

White with #AAFFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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