Html Css Color HEX #AEE1CA Magic Mint

📋 copy color: '#AEE1CA'

red 174 ◦ green 225 ◦ blue 202

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

Shades of Magic Mint #AEE1CA

Tints of Magic Mint #AEE1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.61%

R = 28.95%
G = 37.44%
B = 33.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#AEE1CA (or 0xAEE1CA) is known color: Magic Mint. HEX triplet: AE, E1 and CA. RGB value is (174,225,202). Sum of RGB (Red+Green+Blue) = 174+225+202=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE1CA is #511E35. Grayscale: #CFCFCF. Windows color (decimal): -5316150 or 13296046. OLE color: 13296046.

HSL color Cylindrical-coordinate representation of color #AEE1CA: hue angle of 152.94º 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 #AEE1CA is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 225 202 -
CMYK 0.23 0 0.10 0.12
HSL 152.94º 0.46% 0.78% -
HSV(B) 152.94º 0.23% 0.88% -
XYZ 55.04 67.11 65.93 -
YUV 207.13 125.1 104.37 -
System Red Green Blue C M Y K H S L
Decimal 174 225 202 0.23 0 0.10 0.12 152.94 0.46 0.78
Hex AE E1 CA 17 0 A C 99 2E 4E
Octal 256 341 312 27 0 12 14 231 56 116
Binary 10101110 11100001 11001010 10111 0 1010 1100 10011001 101110 1001110

Color Harmonies of #AEE1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE1CA

Black with #AEE1CA

Text Example


Text Example

White with #AEE1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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