Html Css Color HEX #AAFFC9 Magic Mint

📋 copy color: '#AAFFC9'

red 170 ◦ green 255 ◦ blue 201

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

Shades of Magic Mint #AAFFC9

Tints of Magic Mint #AAFFC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.11%

R = 27.16%
G = 40.73%
B = 32.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#AAFFC9 (or 0xAAFFC9) is known color: Magic Mint. HEX triplet: AA, FF and C9. RGB value is (170,255,201). Sum of RGB (Red+Green+Blue) = 170+255+201=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFC9 is #550036. Grayscale: #DFDFDF. Windows color (decimal): -5570615 or 13238186. OLE color: 13238186.

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

Color convert

RGB 170 255 201 -
CMYK 0.33 0 0.21 0
HSL 141.88º 1% 0.83% -
HSV(B) 141.88º 0.33% 1% -
XYZ 62.88 84.28 68.21 -
YUV 223.43 115.34 89.89 -
System Red Green Blue C M Y K H S L
Decimal 170 255 201 0.33 0 0.21 0 141.88 1 0.83
Hex AA FF C9 21 0 15 0 8E 64 53
Octal 252 377 311 41 0 25 0 216 144 123
Binary 10101010 11111111 11001001 100001 0 10101 0 10001110 1100100 1010011

Color Harmonies of #AAFFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFC9

Black with #AAFFC9

Text Example


Text Example

White with #AAFFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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