#AEE3CD

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

Shades of Magic Mint #AEE3CD

Tints of Magic Mint #AEE3CD

Color information

#AEE3CD (or 0xAEE3CD) is unknown color: approx Magic Mint. HEX triplet: AE, E3 and CD. RGB value is (174,227,205). Sum of RGB (Red+Green+Blue) = 174+227+205=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE3CD is #511C32. Grayscale: #D0D0D0. Windows color (decimal): -5315635 or 13493166. OLE color: 13493166.

HSL color Cylindrical-coordinate representation of color #AEE3CD: hue angle of 155.09º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE3CD is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB174227205-
CMYK0.2300.100.11
HSL155.09º48.62%78.63%-
HSV(B)155.09º23.35%89.02%-
XYZ55.9468.3468-
YUV208.64125.94103.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.71%
GREEN value IS 227 (89.06% from 255) = 37.46%
BLUE value IS 205 (80.47% from 255) = 33.83%
R=28.71%
G=37.46%
B=33.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1742272050.2300.100.11155.0948.6278.63
HexAEE3CD170AB9b314f
Octal256343315270121323361117
Binary10101110111000111100110110111010101011100110111100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE3CD; }

 p { color: rgb(174,227,205); }

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

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

 a { background-color: rgb(174,227,205); }

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

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

 span { border-color: rgb(174,227,205); }

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