#AEEFCF

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

Shades of Magic Mint #AEEFCF

Tints of Magic Mint #AEEFCF

Color information

#AEEFCF (or 0xAEEFCF) is unknown color: approx Magic Mint. HEX triplet: AE, EF and CF. RGB value is (174,239,207). Sum of RGB (Red+Green+Blue) = 174+239+207=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFCF is #511030. Grayscale: #D7D7D7. Windows color (decimal): -5312561 or 13627310. OLE color: 13627310.

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

Color convert

RGB174239207-
CMYK0.2700.130.06
HSL150.46º67.01%80.98%-
HSV(B)150.46º27.2%93.73%-
XYZ59.5875.2470.41-
YUV215.92122.9798.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 28.06%
GREEN value IS 239 (93.75% from 255) = 38.55%
BLUE value IS 207 (81.25% from 255) = 33.39%
R=28.06%
G=38.55%
B=33.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1742392070.2700.130.06150.4667.0180.98
HexAEEFCF1B0D6964351
Octal256357317330156226103121
Binary10101110111011111100111111011011011101001011010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEEFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEEFCF; }

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

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

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

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

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

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

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

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