Html Css Color HEX #AAE2C2 Magic Mint

📋 copy color: '#AAE2C2'

red 170 ◦ green 226 ◦ blue 194

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

Shades of Magic Mint #AAE2C2

Tints of Magic Mint #AAE2C2

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.31%

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

R = 28.81%
G = 38.31%
B = 32.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#AAE2C2 (or 0xAAE2C2) is known color: Magic Mint. HEX triplet: AA, E2 and C2. RGB value is (170,226,194). Sum of RGB (Red+Green+Blue) = 170+226+194=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE2C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE2C2 is #551D3D. Grayscale: #CDCDCD. Windows color (decimal): -5578046 or 12772010. OLE color: 12772010.

HSL color Cylindrical-coordinate representation of color #AAE2C2: hue angle of 145.71º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE2C2 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 226 194 -
CMYK 0.25 0 0.14 0.11
HSL 145.71º 0.49% 0.78% -
HSV(B) 145.71º 0.25% 0.89% -
XYZ 53.51 66.83 61.12 -
YUV 205.61 121.45 102.6 -
System Red Green Blue C M Y K H S L
Decimal 170 226 194 0.25 0 0.14 0.11 145.71 0.49 0.78
Hex AA E2 C2 19 0 E B 92 31 4E
Octal 252 342 302 31 0 16 13 222 61 116
Binary 10101010 11100010 11000010 11001 0 1110 1011 10010010 110001 1001110

Color Harmonies of #AAE2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE2C2

Black with #AAE2C2

Text Example


Text Example

White with #AAE2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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