#AAEBCF

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

Shades of Magic Mint #AAEBCF

Tints of Magic Mint #AAEBCF

Color information

#AAEBCF (or 0xAAEBCF) is unknown color: approx Magic Mint. HEX triplet: AA, EB and CF. RGB value is (170,235,207). Sum of RGB (Red+Green+Blue) = 170+235+207=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEBCF is #551430. Grayscale: #D4D4D4. Windows color (decimal): -5575729 or 13626282. OLE color: 13626282.

HSL color Cylindrical-coordinate representation of color #AAEBCF: hue angle of 154.15º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEBCF is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB170235207-
CMYK0.2800.120.08
HSL154.15º61.9%79.41%-
HSV(B)154.15º27.66%92.16%-
XYZ57.5572.4769.99-
YUV212.37124.9797.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.78%
GREEN value IS 235 (92.19% from 255) = 38.40%
BLUE value IS 207 (81.25% from 255) = 33.82%
R=27.78%
G=38.40%
B=33.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702352070.2800.120.08154.1561.979.41
HexAAEBCF1C0C89a3e4f
Octal252353317340141023276117
Binary10101010111010111100111111100011001000100110101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBCF; }

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

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

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

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

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

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

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

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