#AAEECE

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

Shades of Magic Mint #AAEECE

Tints of Magic Mint #AAEECE

Color information

#AAEECE (or 0xAAEECE) is unknown color: approx Magic Mint. HEX triplet: AA, EE and CE. RGB value is (170,238,206). Sum of RGB (Red+Green+Blue) = 170+238+206=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEECE is #551131. Grayscale: #D6D6D6. Windows color (decimal): -5574962 or 13561514. OLE color: 13561514.

HSL color Cylindrical-coordinate representation of color #AAEECE: hue angle of 151.76º 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 #AAEECE is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB170238206-
CMYK0.2900.130.07
HSL151.76º66.67%80%-
HSV(B)151.76º28.57%93.33%-
XYZ58.2974.1569.63-
YUV214.02123.4796.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.69%
GREEN value IS 238 (93.36% from 255) = 38.76%
BLUE value IS 206 (80.86% from 255) = 33.55%
R=27.69%
G=38.76%
B=33.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702382060.2900.130.07151.7666.6780
HexAAEECE1D0D7984350
Octal252356316350157230103120
Binary10101010111011101100111011101011011111001100010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEECE; }

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

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

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

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

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

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

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

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