Html Css Color HEX #AAE9C5 Magic Mint

📋 copy color: '#AAE9C5'

red 170 ◦ green 233 ◦ blue 197

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

Shades of Magic Mint #AAE9C5

Tints of Magic Mint #AAE9C5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.83%

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

R = 28.33%
G = 38.83%
B = 32.83%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#AAE9C5 (or 0xAAE9C5) is known color: Magic Mint. HEX triplet: AA, E9 and C5. RGB value is (170,233,197). Sum of RGB (Red+Green+Blue) = 170+233+197=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 233 (91.41% from 255 or 38.83% from 600); Blue value is 197 (77.34% from 255 or 32.83% from 600); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9C5 is #55163A. Grayscale: #D2D2D2. Windows color (decimal): -5576251 or 12970410. OLE color: 12970410.

HSL color Cylindrical-coordinate representation of color #AAE9C5: hue angle of 145.71º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9C5 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 233 197 -
CMYK 0.27 0 0.15 0.09
HSL 145.71º 0.59% 0.79% -
HSV(B) 145.71º 0.27% 0.91% -
XYZ 55.79 70.86 63.56 -
YUV 210.06 120.63 99.43 -
System Red Green Blue C M Y K H S L
Decimal 170 233 197 0.27 0 0.15 0.09 145.71 0.59 0.79
Hex AA E9 C5 1B 0 F 9 92 3B 4F
Octal 252 351 305 33 0 17 11 222 73 117
Binary 10101010 11101001 11000101 11011 0 1111 1001 10010010 111011 1001111

Color Harmonies of #AAE9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE9C5

Black with #AAE9C5

Text Example


Text Example

White with #AAE9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE9C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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