Html Css Color HEX #AAEFD5 Magic Mint

📋 copy color: '#AAEFD5'

red 170 ◦ green 239 ◦ blue 213

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

Shades of Magic Mint #AAEFD5

Tints of Magic Mint #AAEFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.24%

R = 27.33%
G = 38.42%
B = 34.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#AAEFD5 (or 0xAAEFD5) is known color: Magic Mint. HEX triplet: AA, EF and D5. RGB value is (170,239,213). Sum of RGB (Red+Green+Blue) = 170+239+213=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 213 (83.59% from 255 or 34.24% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEFD5 is #55102A. Grayscale: #D7D7D7. Windows color (decimal): -5574699 or 14020522. OLE color: 14020522.

HSL color Cylindrical-coordinate representation of color #AAEFD5: hue angle of 157.39º 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 #AAEFD5 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 239 213 -
CMYK 0.29 0 0.11 0.06
HSL 157.39º 0.68% 0.8% -
HSV(B) 157.39º 0.29% 0.94% -
XYZ 59.45 75.08 74.31 -
YUV 215.41 126.64 95.61 -
System Red Green Blue C M Y K H S L
Decimal 170 239 213 0.29 0 0.11 0.06 157.39 0.68 0.8
Hex AA EF D5 1D 0 B 6 9D 44 50
Octal 252 357 325 35 0 13 6 235 104 120
Binary 10101010 11101111 11010101 11101 0 1011 110 10011101 1000100 1010000

Color Harmonies of #AAEFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEFD5

Black with #AAEFD5

Text Example


Text Example

White with #AAEFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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