Html Css Color HEX #AAF1C2 Magic Mint

📋 copy color: '#AAF1C2'

red 170 ◦ green 241 ◦ blue 194

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

Shades of Magic Mint #AAF1C2

Tints of Magic Mint #AAF1C2

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.83%

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

R = 28.1%
G = 39.83%
B = 32.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#AAF1C2 (or 0xAAF1C2) is known color: Magic Mint. HEX triplet: AA, F1 and C2. RGB value is (170,241,194). Sum of RGB (Red+Green+Blue) = 170+241+194=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF1C2 is #550E3D. Grayscale: #D6D6D6. Windows color (decimal): -5574206 or 12775850. OLE color: 12775850.

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

Color convert

RGB 170 241 194 -
CMYK 0.29 0 0.20 0.05
HSL 140.28º 0.72% 0.81% -
HSV(B) 140.28º 0.29% 0.95% -
XYZ 57.77 75.35 62.54 -
YUV 214.41 116.48 96.32 -
System Red Green Blue C M Y K H S L
Decimal 170 241 194 0.29 0 0.20 0.05 140.28 0.72 0.81
Hex AA F1 C2 1D 0 14 5 8C 48 51
Octal 252 361 302 35 0 24 5 214 110 121
Binary 10101010 11110001 11000010 11101 0 10100 101 10001100 1001000 1010001

Color Harmonies of #AAF1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF1C2

Black with #AAF1C2

Text Example


Text Example

White with #AAF1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF1C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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