Html Css Color HEX #AAE9D2 Magic Mint

📋 copy color: '#AAE9D2'

red 170 ◦ green 233 ◦ blue 210

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

Shades of Magic Mint #AAE9D2

Tints of Magic Mint #AAE9D2

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.01%

 BLUE value IS 210 (82.42% from 255) = 34.26%

R = 27.73%
G = 38.01%
B = 34.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#AAE9D2 (or 0xAAE9D2) is known color: Magic Mint. HEX triplet: AA, E9 and D2. RGB value is (170,233,210). Sum of RGB (Red+Green+Blue) = 170+233+210=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9D2 is #55162D. Grayscale: #D3D3D3. Windows color (decimal): -5576238 or 13822378. OLE color: 13822378.

HSL color Cylindrical-coordinate representation of color #AAE9D2: hue angle of 158.1º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9D2 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 233 210 -
CMYK 0.27 0 0.10 0.09
HSL 158.1º 0.59% 0.79% -
HSV(B) 158.1º 0.27% 0.91% -
XYZ 57.35 71.48 71.75 -
YUV 211.54 127.13 98.37 -
System Red Green Blue C M Y K H S L
Decimal 170 233 210 0.27 0 0.10 0.09 158.1 0.59 0.79
Hex AA E9 D2 1B 0 A 9 9E 3B 4F
Octal 252 351 322 33 0 12 11 236 73 117
Binary 10101010 11101001 11010010 11011 0 1010 1001 10011110 111011 1001111

Color Harmonies of #AAE9D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE9D2

Black with #AAE9D2

Text Example


Text Example

White with #AAE9D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE9D2; }

 p { color: rgb(170,233,210); }

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

background-color css

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

 a { background-color: rgb(170,233,210); }

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

border-color css

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

 span { border-color: rgb(170,233,210); }

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