Html Css Color HEX #AAEBD2 Magic Mint

📋 copy color: '#AAEBD2'

red 170 ◦ green 235 ◦ blue 210

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

Shades of Magic Mint #AAEBD2

Tints of Magic Mint #AAEBD2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.21%

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

R = 27.64%
G = 38.21%
B = 34.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#AAEBD2 (or 0xAAEBD2) is known color: Magic Mint. HEX triplet: AA, EB and D2. RGB value is (170,235,210). Sum of RGB (Red+Green+Blue) = 170+235+210=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBD2 is #55142D. Grayscale: #D4D4D4. Windows color (decimal): -5575726 or 13822890. OLE color: 13822890.

HSL color Cylindrical-coordinate representation of color #AAEBD2: hue angle of 156.92º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBD2 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 210 -
CMYK 0.28 0 0.11 0.08
HSL 156.92º 0.62% 0.79% -
HSV(B) 156.92º 0.28% 0.92% -
XYZ 57.92 72.62 71.94 -
YUV 212.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 170 235 210 0.28 0 0.11 0.08 156.92 0.62 0.79
Hex AA EB D2 1C 0 B 8 9D 3E 4F
Octal 252 353 322 34 0 13 10 235 76 117
Binary 10101010 11101011 11010010 11100 0 1011 1000 10011101 111110 1001111

Color Harmonies of #AAEBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEBD2

Black with #AAEBD2

Text Example


Text Example

White with #AAEBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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