#AEEFCC

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

Shades of Magic Mint #AEEFCC

Tints of Magic Mint #AEEFCC

Color information

#AEEFCC (or 0xAEEFCC) is unknown color: approx Magic Mint. HEX triplet: AE, EF and CC. RGB value is (174,239,204). Sum of RGB (Red+Green+Blue) = 174+239+204=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFCC is #511033. Grayscale: #D7D7D7. Windows color (decimal): -5312564 or 13430702. OLE color: 13430702.

HSL color Cylindrical-coordinate representation of color #AEEFCC: hue angle of 147.69º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEFCC is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB174239204-
CMYK0.2700.150.06
HSL147.69º67.01%80.98%-
HSV(B)147.69º27.2%93.73%-
XYZ59.2275.0968.5-
YUV215.57121.4798.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.20%
GREEN value IS 239 (93.75% from 255) = 38.74%
BLUE value IS 204 (80.08% from 255) = 33.06%
R=28.20%
G=38.74%
B=33.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742392040.2700.150.06147.6967.0180.98
HexAEEFCC1B0F6944351
Octal256357314330176224103121
Binary10101110111011111100110011011011111101001010010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEFCC; }

 p { color: rgb(174,239,204); }

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

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

 a { background-color: rgb(174,239,204); }

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

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

 span { border-color: rgb(174,239,204); }

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