Html Css Color HEX #AAE9CC Magic Mint

📋 copy color: '#AAE9CC'

red 170 ◦ green 233 ◦ blue 204

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

Shades of Magic Mint #AAE9CC

Tints of Magic Mint #AAE9CC

RGB

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

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

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

R = 28.01%
G = 38.39%
B = 33.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#AAE9CC (or 0xAAE9CC) is known color: Magic Mint. HEX triplet: AA, E9 and CC. RGB value is (170,233,204). Sum of RGB (Red+Green+Blue) = 170+233+204=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9CC is #551633. Grayscale: #D2D2D2. Windows color (decimal): -5576244 or 13429162. OLE color: 13429162.

HSL color Cylindrical-coordinate representation of color #AAE9CC: hue angle of 152.38º 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 #AAE9CC is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 233 204 -
CMYK 0.27 0 0.12 0.09
HSL 152.38º 0.59% 0.79% -
HSV(B) 152.38º 0.27% 0.91% -
XYZ 56.62 71.18 67.88 -
YUV 210.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 170 233 204 0.27 0 0.12 0.09 152.38 0.59 0.79
Hex AA E9 CC 1B 0 C 9 98 3B 4F
Octal 252 351 314 33 0 14 11 230 73 117
Binary 10101010 11101001 11001100 11011 0 1100 1001 10011000 111011 1001111

Color Harmonies of #AAE9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAE9CC

Black with #AAE9CC

Text Example


Text Example

White with #AAE9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAE9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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