Html Css Color HEX #AAE8D0 Magic Mint

📋 copy color: '#AAE8D0'

red 170 ◦ green 232 ◦ blue 208

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

Shades of Magic Mint #AAE8D0

Tints of Magic Mint #AAE8D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.1%

R = 27.87%
G = 38.03%
B = 34.1%

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

#AAE8D0 (or 0xAAE8D0) is known color: Magic Mint. HEX triplet: AA, E8 and D0. RGB value is (170,232,208). Sum of RGB (Red+Green+Blue) = 170+232+208=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8D0 is #55172F. Grayscale: #D2D2D2. Windows color (decimal): -5576496 or 13691050. OLE color: 13691050.

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

Color convert

RGB 170 232 208 -
CMYK 0.27 0 0.10 0.09
HSL 156.77º 0.57% 0.79% -
HSV(B) 156.77º 0.27% 0.91% -
XYZ 56.82 70.81 70.35 -
YUV 210.73 126.46 98.95 -
System Red Green Blue C M Y K H S L
Decimal 170 232 208 0.27 0 0.10 0.09 156.77 0.57 0.79
Hex AA E8 D0 1B 0 A 9 9D 39 4F
Octal 252 350 320 33 0 12 11 235 71 117
Binary 10101010 11101000 11010000 11011 0 1010 1001 10011101 111001 1001111

Color Harmonies of #AAE8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE8D0

Black with #AAE8D0

Text Example


Text Example

White with #AAE8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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