Html Css Color HEX #AAF0CA Magic Mint

📋 copy color: '#AAF0CA'

red 170 ◦ green 240 ◦ blue 202

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

Shades of Magic Mint #AAF0CA

Tints of Magic Mint #AAF0CA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.22%

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

R = 27.78%
G = 39.22%
B = 33.01%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#AAF0CA (or 0xAAF0CA) is known color: Magic Mint. HEX triplet: AA, F0 and CA. RGB value is (170,240,202). Sum of RGB (Red+Green+Blue) = 170+240+202=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF0CA is #550F35. Grayscale: #D6D6D6. Windows color (decimal): -5574454 or 13299882. OLE color: 13299882.

HSL color Cylindrical-coordinate representation of color #AAF0CA: hue angle of 147.43º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF0CA is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 240 202 -
CMYK 0.29 0 0.16 0.06
HSL 147.43º 0.7% 0.8% -
HSV(B) 147.43º 0.29% 0.94% -
XYZ 58.4 75.13 67.3 -
YUV 214.74 120.81 96.09 -
System Red Green Blue C M Y K H S L
Decimal 170 240 202 0.29 0 0.16 0.06 147.43 0.7 0.8
Hex AA F0 CA 1D 0 10 6 93 46 50
Octal 252 360 312 35 0 20 6 223 106 120
Binary 10101010 11110000 11001010 11101 0 10000 110 10010011 1000110 1010000

Color Harmonies of #AAF0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF0CA

Black with #AAF0CA

Text Example


Text Example

White with #AAF0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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