Html Css Color HEX #AAE1C2 Magic Mint

📋 copy color: '#AAE1C2'

red 170 ◦ green 225 ◦ blue 194

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

Shades of Magic Mint #AAE1C2

Tints of Magic Mint #AAE1C2

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.2%

 BLUE value IS 194 (76.17% from 255) = 32.94%

R = 28.86%
G = 38.2%
B = 32.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#AAE1C2 (or 0xAAE1C2) is known color: Magic Mint. HEX triplet: AA, E1 and C2. RGB value is (170,225,194). Sum of RGB (Red+Green+Blue) = 170+225+194=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1C2 is #551E3D. Grayscale: #CDCDCD. Windows color (decimal): -5578302 or 12771754. OLE color: 12771754.

HSL color Cylindrical-coordinate representation of color #AAE1C2: hue angle of 146.18º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE1C2 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 225 194 -
CMYK 0.24 0 0.14 0.12
HSL 146.18º 0.48% 0.77% -
HSV(B) 146.18º 0.24% 0.88% -
XYZ 53.24 66.29 61.03 -
YUV 205.02 121.78 103.02 -
System Red Green Blue C M Y K H S L
Decimal 170 225 194 0.24 0 0.14 0.12 146.18 0.48 0.77
Hex AA E1 C2 18 0 E C 92 30 4D
Octal 252 341 302 30 0 16 14 222 60 115
Binary 10101010 11100001 11000010 11000 0 1110 1100 10010010 110000 1001101

Color Harmonies of #AAE1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE1C2

Black with #AAE1C2

Text Example


Text Example

White with #AAE1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE1C2; }

 p { color: rgb(170,225,194); }

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

background-color css

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

 a { background-color: rgb(170,225,194); }

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

border-color css

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

 span { border-color: rgb(170,225,194); }

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