#AAEEC6

Color #AAEEC6 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #AAEEC6

Tints of Magic Mint #AAEEC6

Color information

#AAEEC6 (or 0xAAEEC6) is unknown color: approx Magic Mint. HEX triplet: AA, EE and C6. RGB value is (170,238,198). Sum of RGB (Red+Green+Blue) = 170+238+198=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEC6 is #551139. Grayscale: #D5D5D5. Windows color (decimal): -5574970 or 13037226. OLE color: 13037226.

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

Color convert

RGB170238198-
CMYK0.2900.170.07
HSL144.71º66.67%80%-
HSV(B)144.71º28.57%93.33%-
XYZ57.3573.7764.64-
YUV213.11119.4797.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.05%
GREEN value IS 238 (93.36% from 255) = 39.27%
BLUE value IS 198 (77.73% from 255) = 32.67%
R=28.05%
G=39.27%
B=32.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702381980.2900.170.07144.7166.6780
HexAAEEC61D0117914350
Octal252356306350217221103120
Binary101010101110111011000110111010100011111001000110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEEC6; }

 p { color: rgb(170,238,198); }

 H1.HeaderClassName
 {
   color: #AAEEC6;
 }
 .AnyTagClassName
 {
   color: #AAEEC6;
 }
</style>
background-color css

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

 a { background-color: rgb(170,238,198); }

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

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

 span { border-color: rgb(170,238,198); }

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