Html Css Color HEX #AAF3C2 Magic Mint

📋 copy color: '#AAF3C2'

red 170 ◦ green 243 ◦ blue 194

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

Shades of Magic Mint #AAF3C2

Tints of Magic Mint #AAF3C2

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.03%

 BLUE value IS 194 (76.17% from 255) = 31.96%

R = 28.01%
G = 40.03%
B = 31.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#AAF3C2 (or 0xAAF3C2) is known color: Magic Mint. HEX triplet: AA, F3 and C2. RGB value is (170,243,194). Sum of RGB (Red+Green+Blue) = 170+243+194=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3C2 is #550C3D. Grayscale: #D7D7D7. Windows color (decimal): -5573694 or 12776362. OLE color: 12776362.

HSL color Cylindrical-coordinate representation of color #AAF3C2: hue angle of 139.73º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF3C2 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 243 194 -
CMYK 0.30 0 0.20 0.05
HSL 139.73º 0.75% 0.81% -
HSV(B) 139.73º 0.3% 0.95% -
XYZ 58.37 76.54 62.74 -
YUV 215.59 115.82 95.48 -
System Red Green Blue C M Y K H S L
Decimal 170 243 194 0.30 0 0.20 0.05 139.73 0.75 0.81
Hex AA F3 C2 1E 0 14 5 8C 4B 51
Octal 252 363 302 36 0 24 5 214 113 121
Binary 10101010 11110011 11000010 11110 0 10100 101 10001100 1001011 1010001

Color Harmonies of #AAF3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF3C2

Black with #AAF3C2

Text Example


Text Example

White with #AAF3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF3C2; }

 p { color: rgb(170,243,194); }

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

background-color css

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

 a { background-color: rgb(170,243,194); }

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

border-color css

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

 span { border-color: rgb(170,243,194); }

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