#AEFAD0

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

Shades of Magic Mint #AEFAD0

Tints of Magic Mint #AEFAD0

Color information

#AEFAD0 (or 0xAEFAD0) is unknown color: approx Magic Mint. HEX triplet: AE, FA and D0. RGB value is (174,250,208). Sum of RGB (Red+Green+Blue) = 174+250+208=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 208 (81.64% from 255 or 32.91% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFAD0 is #51052F. Grayscale: #DEDEDE. Windows color (decimal): -5309744 or 13695662. OLE color: 13695662.

HSL color Cylindrical-coordinate representation of color #AEFAD0: hue angle of 146.84º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEFAD0 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB174250208-
CMYK0.3000.170.02
HSL146.84º88.37%83.14%-
HSV(B)146.84º30.4%98.04%-
XYZ63.0381.9272.17-
YUV222.49119.8293.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.53%
GREEN value IS 250 (98.05% from 255) = 39.56%
BLUE value IS 208 (81.64% from 255) = 32.91%
R=27.53%
G=39.56%
B=32.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742502080.3000.170.02146.8488.3783.14
HexAEFAD01E0112935853
Octal256372320360212223130123
Binary10101110111110101101000011110010001101001001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEFAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEFAD0; }

 p { color: rgb(174,250,208); }

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

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

 a { background-color: rgb(174,250,208); }

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

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

 span { border-color: rgb(174,250,208); }

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