Html Css Color HEX #AAEFD2 Magic Mint

📋 copy color: '#AAEFD2'

red 170 ◦ green 239 ◦ blue 210

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

Shades of Magic Mint #AAEFD2

Tints of Magic Mint #AAEFD2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.61%

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

R = 27.46%
G = 38.61%
B = 33.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#AAEFD2 (or 0xAAEFD2) is known color: Magic Mint. HEX triplet: AA, EF and D2. RGB value is (170,239,210). Sum of RGB (Red+Green+Blue) = 170+239+210=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFD2 is #55102D. Grayscale: #D7D7D7. Windows color (decimal): -5574702 or 13823914. OLE color: 13823914.

HSL color Cylindrical-coordinate representation of color #AAEFD2: hue angle of 154.78º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEFD2 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 239 210 -
CMYK 0.29 0 0.12 0.06
HSL 154.78º 0.68% 0.8% -
HSV(B) 154.78º 0.29% 0.94% -
XYZ 59.08 74.93 72.32 -
YUV 215.06 125.14 95.86 -
System Red Green Blue C M Y K H S L
Decimal 170 239 210 0.29 0 0.12 0.06 154.78 0.68 0.8
Hex AA EF D2 1D 0 C 6 9B 44 50
Octal 252 357 322 35 0 14 6 233 104 120
Binary 10101010 11101111 11010010 11101 0 1100 110 10011011 1000100 1010000

Color Harmonies of #AAEFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFD2

Black with #AAEFD2

Text Example


Text Example

White with #AAEFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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