#AEEFCA

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

Shades of Magic Mint #AEEFCA

Tints of Magic Mint #AEEFCA

Color information

#AEEFCA (or 0xAEEFCA) is unknown color: approx Magic Mint. HEX triplet: AE, EF and CA. RGB value is (174,239,202). Sum of RGB (Red+Green+Blue) = 174+239+202=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFCA is #511035. Grayscale: #D7D7D7. Windows color (decimal): -5312566 or 13299630. OLE color: 13299630.

HSL color Cylindrical-coordinate representation of color #AEEFCA: hue angle of 145.85º 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 #AEEFCA is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB174239202-
CMYK0.2700.150.06
HSL145.85º67.01%80.98%-
HSV(B)145.85º27.2%93.73%-
XYZ58.987567.24-
YUV215.35120.4798.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.29%
GREEN value IS 239 (93.75% from 255) = 38.86%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=28.29%
G=38.86%
B=32.85%

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
Decimal1742392020.2700.150.06145.8567.0180.98
HexAEEFCA1B0F6924351
Octal256357312330176222103121
Binary10101110111011111100101011011011111101001001010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEFCA; }

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

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

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

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

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

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

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

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