Html Css Color HEX #AAE8D2 Magic Mint

📋 copy color: '#AAE8D2'

red 170 ◦ green 232 ◦ blue 210

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

Shades of Magic Mint #AAE8D2

Tints of Magic Mint #AAE8D2

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.91%

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

R = 27.78%
G = 37.91%
B = 34.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#AAE8D2 (or 0xAAE8D2) is known color: Magic Mint. HEX triplet: AA, E8 and D2. RGB value is (170,232,210). Sum of RGB (Red+Green+Blue) = 170+232+210=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8D2 is #55172D. Grayscale: #D2D2D2. Windows color (decimal): -5576494 or 13822122. OLE color: 13822122.

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

Color convert

RGB 170 232 210 -
CMYK 0.27 0 0.09 0.09
HSL 158.71º 0.57% 0.79% -
HSV(B) 158.71º 0.27% 0.91% -
XYZ 57.07 70.91 71.65 -
YUV 210.95 127.46 98.79 -
System Red Green Blue C M Y K H S L
Decimal 170 232 210 0.27 0 0.09 0.09 158.71 0.57 0.79
Hex AA E8 D2 1B 0 9 9 9F 39 4F
Octal 252 350 322 33 0 11 11 237 71 117
Binary 10101010 11101000 11010010 11011 0 1001 1001 10011111 111001 1001111

Color Harmonies of #AAE8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE8D2

Black with #AAE8D2

Text Example


Text Example

White with #AAE8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE8D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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