Html Css Color HEX #AAF9CA Magic Mint

📋 copy color: '#AAF9CA'

red 170 ◦ green 249 ◦ blue 202

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

Shades of Magic Mint #AAF9CA

Tints of Magic Mint #AAF9CA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.1%

 BLUE value IS 202 (79.3% from 255) = 32.53%

R = 27.38%
G = 40.1%
B = 32.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#AAF9CA (or 0xAAF9CA) is known color: Magic Mint. HEX triplet: AA, F9 and CA. RGB value is (170,249,202). Sum of RGB (Red+Green+Blue) = 170+249+202=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 249 - color contains mainly: green. Hex color #AAF9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF9CA is #550635. Grayscale: #DCDCDC. Windows color (decimal): -5572150 or 13302186. OLE color: 13302186.

HSL color Cylindrical-coordinate representation of color #AAF9CA: hue angle of 144.3º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAF9CA is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 249 202 -
CMYK 0.32 0 0.19 0.02
HSL 144.3º 0.87% 0.82% -
HSV(B) 144.3º 0.32% 0.98% -
XYZ 61.11 80.56 68.21 -
YUV 220.02 117.83 92.32 -
System Red Green Blue C M Y K H S L
Decimal 170 249 202 0.32 0 0.19 0.02 144.3 0.87 0.82
Hex AA F9 CA 20 0 13 2 90 57 52
Octal 252 371 312 40 0 23 2 220 127 122
Binary 10101010 11111001 11001010 100000 0 10011 10 10010000 1010111 1010010

Color Harmonies of #AAF9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF9CA

Black with #AAF9CA

Text Example


Text Example

White with #AAF9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF9CA; }

 p { color: rgb(170,249,202); }

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

background-color css

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

 a { background-color: rgb(170,249,202); }

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

border-color css

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

 span { border-color: rgb(170,249,202); }

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