Html Css Color HEX #AEE5C4 Magic Mint

📋 copy color: '#AEE5C4'

red 174 ◦ green 229 ◦ blue 196

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

Shades of Magic Mint #AEE5C4

Tints of Magic Mint #AEE5C4

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.23%

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

R = 29.05%
G = 38.23%
B = 32.72%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#AEE5C4 (or 0xAEE5C4) is known color: Magic Mint. HEX triplet: AE, E5 and C4. RGB value is (174,229,196). Sum of RGB (Red+Green+Blue) = 174+229+196=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE5C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE5C4 is #511A3B. Grayscale: #D0D0D0. Windows color (decimal): -5315132 or 12903854. OLE color: 12903854.

HSL color Cylindrical-coordinate representation of color #AEE5C4: hue angle of 144º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE5C4 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB 174 229 196 -
CMYK 0.24 0 0.14 0.10
HSL 144º 0.51% 0.79% -
HSV(B) 144º 0.24% 0.9% -
XYZ 55.44 69.02 62.63 -
YUV 208.79 120.78 103.18 -
System Red Green Blue C M Y K H S L
Decimal 174 229 196 0.24 0 0.14 0.10 144 0.51 0.79
Hex AE E5 C4 18 0 E A 90 33 4F
Octal 256 345 304 30 0 16 12 220 63 117
Binary 10101110 11100101 11000100 11000 0 1110 1010 10010000 110011 1001111

Color Harmonies of #AEE5C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE5C4

Black with #AEE5C4

Text Example


Text Example

White with #AEE5C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE5C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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