Html Css Color HEX #AAF3CE Magic Mint

📋 copy color: '#AAF3CE'

red 170 ◦ green 243 ◦ blue 206

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

Shades of Magic Mint #AAF3CE

Tints of Magic Mint #AAF3CE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 39.26%

 BLUE value IS 206 (80.86% from 255) = 33.28%

R = 27.46%
G = 39.26%
B = 33.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#AAF3CE (or 0xAAF3CE) is known color: Magic Mint. HEX triplet: AA, F3 and CE. RGB value is (170,243,206). Sum of RGB (Red+Green+Blue) = 170+243+206=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #AAF3CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF3CE is #550C31. Grayscale: #D9D9D9. Windows color (decimal): -5573682 or 13562794. OLE color: 13562794.

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

Color convert

RGB 170 243 206 -
CMYK 0.30 0 0.15 0.05
HSL 149.59º 0.75% 0.81% -
HSV(B) 149.59º 0.3% 0.95% -
XYZ 59.77 77.1 70.12 -
YUV 216.96 121.82 94.51 -
System Red Green Blue C M Y K H S L
Decimal 170 243 206 0.30 0 0.15 0.05 149.59 0.75 0.81
Hex AA F3 CE 1E 0 F 5 96 4B 51
Octal 252 363 316 36 0 17 5 226 113 121
Binary 10101010 11110011 11001110 11110 0 1111 101 10010110 1001011 1010001

Color Harmonies of #AAF3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAF3CE

Black with #AAF3CE

Text Example


Text Example

White with #AAF3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAF3CE; }

 p { color: rgb(170,243,206); }

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

background-color css

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

 a { background-color: rgb(170,243,206); }

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

border-color css

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

 span { border-color: rgb(170,243,206); }

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