Html Css Color HEX #AAEDC5 Magic Mint

📋 copy color: '#AAEDC5'

red 170 ◦ green 237 ◦ blue 197

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

Shades of Magic Mint #AAEDC5

Tints of Magic Mint #AAEDC5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.24%

 BLUE value IS 197 (77.34% from 255) = 32.62%

R = 28.15%
G = 39.24%
B = 32.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#AAEDC5 (or 0xAAEDC5) is known color: Magic Mint. HEX triplet: AA, ED and C5. RGB value is (170,237,197). Sum of RGB (Red+Green+Blue) = 170+237+197=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDC5 is #55123A. Grayscale: #D4D4D4. Windows color (decimal): -5575227 or 12971434. OLE color: 12971434.

HSL color Cylindrical-coordinate representation of color #AAEDC5: hue angle of 144.18º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEDC5 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 237 197 -
CMYK 0.28 0 0.17 0.07
HSL 144.18º 0.65% 0.8% -
HSV(B) 144.18º 0.28% 0.93% -
XYZ 56.94 73.15 63.94 -
YUV 212.41 119.3 97.75 -
System Red Green Blue C M Y K H S L
Decimal 170 237 197 0.28 0 0.17 0.07 144.18 0.65 0.8
Hex AA ED C5 1C 0 11 7 90 41 50
Octal 252 355 305 34 0 21 7 220 101 120
Binary 10101010 11101101 11000101 11100 0 10001 111 10010000 1000001 1010000

Color Harmonies of #AAEDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEDC5

Black with #AAEDC5

Text Example


Text Example

White with #AAEDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEDC5; }

 p { color: rgb(170,237,197); }

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

background-color css

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

 a { background-color: rgb(170,237,197); }

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

border-color css

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

 span { border-color: rgb(170,237,197); }

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