Html Css Color HEX #AAE9D1 Magic Mint

📋 copy color: '#AAE9D1'

red 170 ◦ green 233 ◦ blue 209

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

Shades of Magic Mint #AAE9D1

Tints of Magic Mint #AAE9D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.15%

R = 27.78%
G = 38.07%
B = 34.15%

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

#AAE9D1 (or 0xAAE9D1) is known color: Magic Mint. HEX triplet: AA, E9 and D1. RGB value is (170,233,209). Sum of RGB (Red+Green+Blue) = 170+233+209=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9D1 is #55162E. Grayscale: #D3D3D3. Windows color (decimal): -5576239 or 13756842. OLE color: 13756842.

HSL color Cylindrical-coordinate representation of color #AAE9D1: hue angle of 157.14º 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 #AAE9D1 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 233 209 -
CMYK 0.27 0 0.10 0.09
HSL 157.14º 0.59% 0.79% -
HSV(B) 157.14º 0.27% 0.91% -
XYZ 57.23 71.43 71.09 -
YUV 211.43 126.63 98.45 -
System Red Green Blue C M Y K H S L
Decimal 170 233 209 0.27 0 0.10 0.09 157.14 0.59 0.79
Hex AA E9 D1 1B 0 A 9 9D 3B 4F
Octal 252 351 321 33 0 12 11 235 73 117
Binary 10101010 11101001 11010001 11011 0 1010 1001 10011101 111011 1001111

Color Harmonies of #AAE9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE9D1

Black with #AAE9D1

Text Example


Text Example

White with #AAE9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE9D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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