Html Css Color HEX #AAEAC4 Magic Mint

📋 copy color: '#AAEAC4'

red 170 ◦ green 234 ◦ blue 196

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

Shades of Magic Mint #AAEAC4

Tints of Magic Mint #AAEAC4

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39%

 BLUE value IS 196 (76.95% from 255) = 32.67%

R = 28.33%
G = 39%
B = 32.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#AAEAC4 (or 0xAAEAC4) is known color: Magic Mint. HEX triplet: AA, EA and C4. RGB value is (170,234,196). Sum of RGB (Red+Green+Blue) = 170+234+196=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEAC4 is #55153B. Grayscale: #D2D2D2. Windows color (decimal): -5575996 or 12905130. OLE color: 12905130.

HSL color Cylindrical-coordinate representation of color #AAEAC4: hue angle of 144.38º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEAC4 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 234 196 -
CMYK 0.27 0 0.16 0.08
HSL 144.38º 0.6% 0.79% -
HSV(B) 144.38º 0.27% 0.92% -
XYZ 55.96 71.38 63.05 -
YUV 210.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 170 234 196 0.27 0 0.16 0.08 144.38 0.6 0.79
Hex AA EA C4 1B 0 10 8 90 3C 4F
Octal 252 352 304 33 0 20 10 220 74 117
Binary 10101010 11101010 11000100 11011 0 10000 1000 10010000 111100 1001111

Color Harmonies of #AAEAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEAC4

Black with #AAEAC4

Text Example


Text Example

White with #AAEAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEAC4; }

 p { color: rgb(170,234,196); }

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

background-color css

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

 a { background-color: rgb(170,234,196); }

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

border-color css

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

 span { border-color: rgb(170,234,196); }

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