Html Css Color HEX #AAEEC9 Magic Mint

📋 copy color: '#AAEEC9'

red 170 ◦ green 238 ◦ blue 201

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

Shades of Magic Mint #AAEEC9

Tints of Magic Mint #AAEEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 33%

R = 27.91%
G = 39.08%
B = 33%

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

#AAEEC9 (or 0xAAEEC9) is known color: Magic Mint. HEX triplet: AA, EE and C9. RGB value is (170,238,201). Sum of RGB (Red+Green+Blue) = 170+238+201=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 201 (78.91% from 255 or 33.00% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEC9 is #551136. Grayscale: #D5D5D5. Windows color (decimal): -5574967 or 13233834. OLE color: 13233834.

HSL color Cylindrical-coordinate representation of color #AAEEC9: hue angle of 147.35º 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 #AAEEC9 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 238 201 -
CMYK 0.29 0 0.16 0.07
HSL 147.35º 0.67% 0.8% -
HSV(B) 147.35º 0.29% 0.93% -
XYZ 57.69 73.91 66.48 -
YUV 213.45 120.97 97.01 -
System Red Green Blue C M Y K H S L
Decimal 170 238 201 0.29 0 0.16 0.07 147.35 0.67 0.8
Hex AA EE C9 1D 0 10 7 93 43 50
Octal 252 356 311 35 0 20 7 223 103 120
Binary 10101010 11101110 11001001 11101 0 10000 111 10010011 1000011 1010000

Color Harmonies of #AAEEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEEC9

Black with #AAEEC9

Text Example


Text Example

White with #AAEEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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