Html Css Color HEX #AAFFC3 Magic Mint

📋 copy color: '#AAFFC3'

red 170 ◦ green 255 ◦ blue 195

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

Shades of Magic Mint #AAFFC3

Tints of Magic Mint #AAFFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.45%

R = 27.42%
G = 41.13%
B = 31.45%

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

#AAFFC3 (or 0xAAFFC3) is known color: Magic Mint. HEX triplet: AA, FF and C3. RGB value is (170,255,195). Sum of RGB (Red+Green+Blue) = 170+255+195=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFC3 is #55003C. Grayscale: #DEDEDE. Windows color (decimal): -5570621 or 12844970. OLE color: 12844970.

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

Color convert

RGB 170 255 195 -
CMYK 0.33 0 0.24 0
HSL 137.65º 1% 0.83% -
HSV(B) 137.65º 0.33% 1% -
XYZ 62.19 84.01 64.57 -
YUV 222.75 112.34 90.38 -
System Red Green Blue C M Y K H S L
Decimal 170 255 195 0.33 0 0.24 0 137.65 1 0.83
Hex AA FF C3 21 0 18 0 8A 64 53
Octal 252 377 303 41 0 30 0 212 144 123
Binary 10101010 11111111 11000011 100001 0 11000 0 10001010 1100100 1010011

Color Harmonies of #AAFFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAFFC3

Black with #AAFFC3

Text Example


Text Example

White with #AAFFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAFFC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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