Html Css Color HEX #AAF2D3 Magic Mint

📋 copy color: '#AAF2D3'

red 170 ◦ green 242 ◦ blue 211

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

Shades of Magic Mint #AAF2D3

Tints of Magic Mint #AAF2D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.87%

R = 27.29%
G = 38.84%
B = 33.87%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#AAF2D3 (or 0xAAF2D3) is known color: Magic Mint. HEX triplet: AA, F2 and D3. RGB value is (170,242,211). Sum of RGB (Red+Green+Blue) = 170+242+211=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 211 (82.81% from 255 or 33.87% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2D3 is #550D2C. Grayscale: #D8D8D8. Windows color (decimal): -5573933 or 13890218. OLE color: 13890218.

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

Color convert

RGB 170 242 211 -
CMYK 0.30 0 0.13 0.05
HSL 154.17º 0.73% 0.81% -
HSV(B) 154.17º 0.3% 0.95% -
XYZ 60.09 76.75 73.28 -
YUV 216.94 124.65 94.52 -
System Red Green Blue C M Y K H S L
Decimal 170 242 211 0.30 0 0.13 0.05 154.17 0.73 0.81
Hex AA F2 D3 1E 0 D 5 9A 49 51
Octal 252 362 323 36 0 15 5 232 111 121
Binary 10101010 11110010 11010011 11110 0 1101 101 10011010 1001001 1010001

Color Harmonies of #AAF2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF2D3

Black with #AAF2D3

Text Example


Text Example

White with #AAF2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF2D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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