Html Css Color HEX #AAF2C7 Magic Mint

📋 copy color: '#AAF2C7'

red 170 ◦ green 242 ◦ blue 199

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

Shades of Magic Mint #AAF2C7

Tints of Magic Mint #AAF2C7

RGB

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

 GREEN value IS 242 (94.92% from 255) = 39.61%

 BLUE value IS 199 (78.13% from 255) = 32.57%

R = 27.82%
G = 39.61%
B = 32.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#AAF2C7 (or 0xAAF2C7) is known color: Magic Mint. HEX triplet: AA, F2 and C7. RGB value is (170,242,199). Sum of RGB (Red+Green+Blue) = 170+242+199=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2C7 is #550D38. Grayscale: #D7D7D7. Windows color (decimal): -5573945 or 13103786. OLE color: 13103786.

HSL color Cylindrical-coordinate representation of color #AAF2C7: hue angle of 144.17º degrees, saturation: 0.73, 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 #AAF2C7 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 242 199 -
CMYK 0.30 0 0.18 0.05
HSL 144.17º 0.73% 0.81% -
HSV(B) 144.17º 0.3% 0.95% -
XYZ 58.64 76.17 65.65 -
YUV 215.57 118.65 95.5 -
System Red Green Blue C M Y K H S L
Decimal 170 242 199 0.30 0 0.18 0.05 144.17 0.73 0.81
Hex AA F2 C7 1E 0 12 5 90 49 51
Octal 252 362 307 36 0 22 5 220 111 121
Binary 10101010 11110010 11000111 11110 0 10010 101 10010000 1001001 1010001

Color Harmonies of #AAF2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF2C7

Black with #AAF2C7

Text Example


Text Example

White with #AAF2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF2C7; }

 p { color: rgb(170,242,199); }

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

background-color css

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

 a { background-color: rgb(170,242,199); }

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

border-color css

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

 span { border-color: rgb(170,242,199); }

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