#AEFBDC

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

Shades of Magic Mint #AEFBDC

Tints of Magic Mint #AEFBDC

Color information

#AEFBDC (or 0xAEFBDC) is unknown color: approx Magic Mint. HEX triplet: AE, FB and DC. RGB value is (174,251,220). Sum of RGB (Red+Green+Blue) = 174+251+220=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #AEFBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFBDC is #510423. Grayscale: #E0E0E0. Windows color (decimal): -5309476 or 14482350. OLE color: 14482350.

HSL color Cylindrical-coordinate representation of color #AEFBDC: hue angle of 155.84º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFBDC is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB174251220-
CMYK0.3100.120.02
HSL155.84º90.59%83.33%-
HSV(B)155.84º30.68%98.43%-
XYZ64.8783.1680.34-
YUV224.44125.4992.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.98%
GREEN value IS 251 (98.44% from 255) = 38.91%
BLUE value IS 220 (86.33% from 255) = 34.11%
R=26.98%
G=38.91%
B=34.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742512200.3100.120.02155.8490.5983.33
HexAEFBDC1F0C29c5b53
Octal256373334370142234133123
Binary1010111011111011110111001111101100101001110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFBDC; }

 p { color: rgb(174,251,220); }

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

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

 a { background-color: rgb(174,251,220); }

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

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

 span { border-color: rgb(174,251,220); }

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