#AAEECF

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

Shades of Magic Mint #AAEECF

Tints of Magic Mint #AAEECF

Color information

#AAEECF (or 0xAAEECF) is unknown color: approx Magic Mint. HEX triplet: AA, EE and CF. RGB value is (170,238,207). Sum of RGB (Red+Green+Blue) = 170+238+207=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEECF is #551130. Grayscale: #D6D6D6. Windows color (decimal): -5574961 or 13627050. OLE color: 13627050.

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

Color convert

RGB170238207-
CMYK0.2900.130.07
HSL152.65º66.67%80%-
HSV(B)152.65º28.57%93.33%-
XYZ58.4174.270.27-
YUV214.13123.9796.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.64%
GREEN value IS 238 (93.36% from 255) = 38.70%
BLUE value IS 207 (81.25% from 255) = 33.66%
R=27.64%
G=38.70%
B=33.66%

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
Decimal1702382070.2900.130.07152.6566.6780
HexAAEECF1D0D7994350
Octal252356317350157231103120
Binary10101010111011101100111111101011011111001100110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEECF; }

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

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

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

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

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

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

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

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