Html Css Color HEX #AAF4CA Magic Mint

📋 copy color: '#AAF4CA'

red 170 ◦ green 244 ◦ blue 202

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

Shades of Magic Mint #AAF4CA

Tints of Magic Mint #AAF4CA

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.61%

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

R = 27.6%
G = 39.61%
B = 32.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#AAF4CA (or 0xAAF4CA) is known color: Magic Mint. HEX triplet: AA, F4 and CA. RGB value is (170,244,202). Sum of RGB (Red+Green+Blue) = 170+244+202=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 244 (95.70% from 255 or 39.61% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF4CA is #550B35. Grayscale: #D9D9D9. Windows color (decimal): -5573430 or 13300906. OLE color: 13300906.

HSL color Cylindrical-coordinate representation of color #AAF4CA: hue angle of 145.95º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF4CA is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 170 244 202 -
CMYK 0.30 0 0.17 0.04
HSL 145.95º 0.77% 0.81% -
HSV(B) 145.95º 0.3% 0.96% -
XYZ 59.59 77.51 67.7 -
YUV 217.09 119.48 94.42 -
System Red Green Blue C M Y K H S L
Decimal 170 244 202 0.30 0 0.17 0.04 145.95 0.77 0.81
Hex AA F4 CA 1E 0 11 4 92 4D 51
Octal 252 364 312 36 0 21 4 222 115 121
Binary 10101010 11110100 11001010 11110 0 10001 100 10010010 1001101 1010001

Color Harmonies of #AAF4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF4CA

Black with #AAF4CA

Text Example


Text Example

White with #AAF4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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