Html Css Color HEX #AAE7CC Magic Mint

📋 copy color: '#AAE7CC'

red 170 ◦ green 231 ◦ blue 204

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

Shades of Magic Mint #AAE7CC

Tints of Magic Mint #AAE7CC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.18%

 BLUE value IS 204 (80.08% from 255) = 33.72%

R = 28.1%
G = 38.18%
B = 33.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#AAE7CC (or 0xAAE7CC) is known color: Magic Mint. HEX triplet: AA, E7 and CC. RGB value is (170,231,204). Sum of RGB (Red+Green+Blue) = 170+231+204=605 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.10% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE7CC is #551833. Grayscale: #D1D1D1. Windows color (decimal): -5576756 or 13428650. OLE color: 13428650.

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

Color convert

RGB 170 231 204 -
CMYK 0.26 0 0.12 0.09
HSL 153.44º 0.56% 0.79% -
HSV(B) 153.44º 0.26% 0.91% -
XYZ 56.05 70.06 67.69 -
YUV 209.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 170 231 204 0.26 0 0.12 0.09 153.44 0.56 0.79
Hex AA E7 CC 1A 0 C 9 99 38 4F
Octal 252 347 314 32 0 14 11 231 70 117
Binary 10101010 11100111 11001100 11010 0 1100 1001 10011001 111000 1001111

Color Harmonies of #AAE7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE7CC

Black with #AAE7CC

Text Example


Text Example

White with #AAE7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE7CC; }

 p { color: rgb(170,231,204); }

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

background-color css

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

 a { background-color: rgb(170,231,204); }

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

border-color css

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

 span { border-color: rgb(170,231,204); }

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