Html Css Color HEX #AAEEC7 Magic Mint

📋 copy color: '#AAEEC7'

red 170 ◦ green 238 ◦ blue 199

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

Shades of Magic Mint #AAEEC7

Tints of Magic Mint #AAEEC7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.21%

 BLUE value IS 199 (78.13% from 255) = 32.78%

R = 28.01%
G = 39.21%
B = 32.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#AAEEC7 (or 0xAAEEC7) is known color: Magic Mint. HEX triplet: AA, EE and C7. RGB value is (170,238,199). Sum of RGB (Red+Green+Blue) = 170+238+199=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 199 (78.12% from 255 or 32.78% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEC7 is #551138. Grayscale: #D5D5D5. Windows color (decimal): -5574969 or 13102762. OLE color: 13102762.

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

Color convert

RGB 170 238 199 -
CMYK 0.29 0 0.16 0.07
HSL 145.59º 0.67% 0.8% -
HSV(B) 145.59º 0.29% 0.93% -
XYZ 57.46 73.82 65.25 -
YUV 213.22 119.97 97.17 -
System Red Green Blue C M Y K H S L
Decimal 170 238 199 0.29 0 0.16 0.07 145.59 0.67 0.8
Hex AA EE C7 1D 0 10 7 92 43 50
Octal 252 356 307 35 0 20 7 222 103 120
Binary 10101010 11101110 11000111 11101 0 10000 111 10010010 1000011 1010000

Color Harmonies of #AAEEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEEC7

Black with #AAEEC7

Text Example


Text Example

White with #AAEEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEEC7; }

 p { color: rgb(170,238,199); }

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

background-color css

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

 a { background-color: rgb(170,238,199); }

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

border-color css

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

 span { border-color: rgb(170,238,199); }

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