Html Css Color HEX #AEE1C4 Magic Mint

📋 copy color: '#AEE1C4'

red 174 ◦ green 225 ◦ blue 196

#AEE1C4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #AEE1C4

Tints of Magic Mint #AEE1C4

RGB

 RED value IS 174 (68.36% from 255) = 29.24%

 GREEN value IS 225 (88.28% from 255) = 37.82%

 BLUE value IS 196 (76.95% from 255) = 32.94%

R = 29.24%
G = 37.82%
B = 32.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#AEE1C4 (or 0xAEE1C4) is known color: Magic Mint. HEX triplet: AE, E1 and C4. RGB value is (174,225,196). Sum of RGB (Red+Green+Blue) = 174+225+196=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE1C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE1C4 is #511E3B. Grayscale: #CECECE. Windows color (decimal): -5316156 or 12902830. OLE color: 12902830.

HSL color Cylindrical-coordinate representation of color #AEE1C4: hue angle of 145.88º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE1C4 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 225 196 -
CMYK 0.23 0 0.13 0.12
HSL 145.88º 0.46% 0.78% -
HSV(B) 145.88º 0.23% 0.88% -
XYZ 54.34 66.83 62.26 -
YUV 206.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 174 225 196 0.23 0 0.13 0.12 145.88 0.46 0.78
Hex AE E1 C4 17 0 D C 92 2E 4E
Octal 256 341 304 27 0 15 14 222 56 116
Binary 10101110 11100001 11000100 10111 0 1101 1100 10010010 101110 1001110

Color Harmonies of #AEE1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE1C4

Black with #AEE1C4

Text Example


Text Example

White with #AEE1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE1C4; }

 p { color: rgb(174,225,196); }

 H1.HeaderClassName
 {
   color: #AEE1C4;
 }
 .AnyTagClassName
 {
   color: #AEE1C4;
 }
</style>

background-color css

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

 a { background-color: rgb(174,225,196); }

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

border-color css

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

 span { border-color: rgb(174,225,196); }

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