Html Css Color HEX #AAEDC3 Magic Mint

📋 copy color: '#AAEDC3'

red 170 ◦ green 237 ◦ blue 195

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

Shades of Magic Mint #AAEDC3

Tints of Magic Mint #AAEDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 32.39%

R = 28.24%
G = 39.37%
B = 32.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#AAEDC3 (or 0xAAEDC3) is known color: Magic Mint. HEX triplet: AA, ED and C3. RGB value is (170,237,195). Sum of RGB (Red+Green+Blue) = 170+237+195=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDC3 is #55123C. Grayscale: #D4D4D4. Windows color (decimal): -5575229 or 12840362. OLE color: 12840362.

HSL color Cylindrical-coordinate representation of color #AAEDC3: hue angle of 142.39º 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 #AAEDC3 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 237 195 -
CMYK 0.28 0 0.18 0.07
HSL 142.39º 0.65% 0.8% -
HSV(B) 142.39º 0.28% 0.93% -
XYZ 56.71 73.05 62.74 -
YUV 212.18 118.3 97.92 -
System Red Green Blue C M Y K H S L
Decimal 170 237 195 0.28 0 0.18 0.07 142.39 0.65 0.8
Hex AA ED C3 1C 0 12 7 8E 41 50
Octal 252 355 303 34 0 22 7 216 101 120
Binary 10101010 11101101 11000011 11100 0 10010 111 10001110 1000001 1010000

Color Harmonies of #AAEDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEDC3

Black with #AAEDC3

Text Example


Text Example

White with #AAEDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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