Html Css Color HEX #AAF0C2 Magic Mint

📋 copy color: '#AAF0C2'

red 170 ◦ green 240 ◦ blue 194

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

Shades of Magic Mint #AAF0C2

Tints of Magic Mint #AAF0C2

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.74%

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

R = 28.15%
G = 39.74%
B = 32.12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#AAF0C2 (or 0xAAF0C2) is known color: Magic Mint. HEX triplet: AA, F0 and C2. RGB value is (170,240,194). Sum of RGB (Red+Green+Blue) = 170+240+194=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF0C2 is #550F3D. Grayscale: #D5D5D5. Windows color (decimal): -5574462 or 12775594. OLE color: 12775594.

HSL color Cylindrical-coordinate representation of color #AAF0C2: hue angle of 140.57º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF0C2 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 194 -
CMYK 0.29 0 0.19 0.06
HSL 140.57º 0.7% 0.8% -
HSV(B) 140.57º 0.29% 0.94% -
XYZ 57.48 74.76 62.44 -
YUV 213.83 116.81 96.74 -
System Red Green Blue C M Y K H S L
Decimal 170 240 194 0.29 0 0.19 0.06 140.57 0.7 0.8
Hex AA F0 C2 1D 0 13 6 8D 46 50
Octal 252 360 302 35 0 23 6 215 106 120
Binary 10101010 11110000 11000010 11101 0 10011 110 10001101 1000110 1010000

Color Harmonies of #AAF0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF0C2

Black with #AAF0C2

Text Example


Text Example

White with #AAF0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF0C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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