Html Css Color HEX #AAFFC6 Magic Mint

📋 copy color: '#AAFFC6'

red 170 ◦ green 255 ◦ blue 198

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

Shades of Magic Mint #AAFFC6

Tints of Magic Mint #AAFFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.78%

R = 27.29%
G = 40.93%
B = 31.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#AAFFC6 (or 0xAAFFC6) is known color: Magic Mint. HEX triplet: AA, FF and C6. RGB value is (170,255,198). Sum of RGB (Red+Green+Blue) = 170+255+198=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFC6 is #550039. Grayscale: #DFDFDF. Windows color (decimal): -5570618 or 13041578. OLE color: 13041578.

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

Color convert

RGB 170 255 198 -
CMYK 0.33 0 0.22 0
HSL 139.76º 1% 0.83% -
HSV(B) 139.76º 0.33% 1% -
XYZ 62.53 84.14 66.37 -
YUV 223.09 113.84 90.13 -
System Red Green Blue C M Y K H S L
Decimal 170 255 198 0.33 0 0.22 0 139.76 1 0.83
Hex AA FF C6 21 0 16 0 8C 64 53
Octal 252 377 306 41 0 26 0 214 144 123
Binary 10101010 11111111 11000110 100001 0 10110 0 10001100 1100100 1010011

Color Harmonies of #AAFFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFC6

Black with #AAFFC6

Text Example


Text Example

White with #AAFFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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