Html Css Color HEX #AAF2CA Magic Mint

📋 copy color: '#AAF2CA'

red 170 ◦ green 242 ◦ blue 202

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

Shades of Magic Mint #AAF2CA

Tints of Magic Mint #AAF2CA

RGB

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

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

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

R = 27.69%
G = 39.41%
B = 32.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#AAF2CA (or 0xAAF2CA) is known color: Magic Mint. HEX triplet: AA, F2 and CA. RGB value is (170,242,202). Sum of RGB (Red+Green+Blue) = 170+242+202=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2CA is #550D35. Grayscale: #D8D8D8. Windows color (decimal): -5573942 or 13300394. OLE color: 13300394.

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

Color convert

RGB 170 242 202 -
CMYK 0.30 0 0.17 0.05
HSL 146.67º 0.73% 0.81% -
HSV(B) 146.67º 0.3% 0.95% -
XYZ 58.99 76.31 67.5 -
YUV 215.91 120.15 95.25 -
System Red Green Blue C M Y K H S L
Decimal 170 242 202 0.30 0 0.17 0.05 146.67 0.73 0.81
Hex AA F2 CA 1E 0 11 5 93 49 51
Octal 252 362 312 36 0 21 5 223 111 121
Binary 10101010 11110010 11001010 11110 0 10001 101 10010011 1001001 1010001

Color Harmonies of #AAF2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF2CA

Black with #AAF2CA

Text Example


Text Example

White with #AAF2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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