#AEEECE

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

Shades of Magic Mint #AEEECE

Tints of Magic Mint #AEEECE

Color information

#AEEECE (or 0xAEEECE) is unknown color: approx Magic Mint. HEX triplet: AE, EE and CE. RGB value is (174,238,206). Sum of RGB (Red+Green+Blue) = 174+238+206=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEECE is #511131. Grayscale: #D7D7D7. Windows color (decimal): -5312818 or 13561518. OLE color: 13561518.

HSL color Cylindrical-coordinate representation of color #AEEECE: hue angle of 150º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEECE is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB174238206-
CMYK0.2700.130.07
HSL150º65.31%80.78%-
HSV(B)150º26.89%93.33%-
XYZ59.1774.669.67-
YUV215.22122.898.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.16%
GREEN value IS 238 (93.36% from 255) = 38.51%
BLUE value IS 206 (80.86% from 255) = 33.33%
R=28.16%
G=38.51%
B=33.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1742382060.2700.130.0715065.3180.78
HexAEEECE1B0D7964151
Octal256356316330157226101121
Binary10101110111011101100111011011011011111001011010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEECE; }

 p { color: rgb(174,238,206); }

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

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

 a { background-color: rgb(174,238,206); }

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

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

 span { border-color: rgb(174,238,206); }

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