Html Css Color HEX #AEECD5 Magic Mint

📋 copy color: '#AEECD5'

red 174 ◦ green 236 ◦ blue 213

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

Shades of Magic Mint #AEECD5

Tints of Magic Mint #AEECD5

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.88%

 BLUE value IS 213 (83.59% from 255) = 34.19%

R = 27.93%
G = 37.88%
B = 34.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#AEECD5 (or 0xAEECD5) is known color: Magic Mint. HEX triplet: AE, EC and D5. RGB value is (174,236,213). Sum of RGB (Red+Green+Blue) = 174+236+213=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECD5 is #51132A. Grayscale: #D6D6D6. Windows color (decimal): -5313323 or 14019758. OLE color: 14019758.

HSL color Cylindrical-coordinate representation of color #AEECD5: hue angle of 157.74º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEECD5 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 236 213 -
CMYK 0.26 0 0.10 0.07
HSL 157.74º 0.62% 0.8% -
HSV(B) 157.74º 0.26% 0.93% -
XYZ 59.46 73.79 74.06 -
YUV 214.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 174 236 213 0.26 0 0.10 0.07 157.74 0.62 0.8
Hex AE EC D5 1A 0 A 7 9E 3E 50
Octal 256 354 325 32 0 12 7 236 76 120
Binary 10101110 11101100 11010101 11010 0 1010 111 10011110 111110 1010000

Color Harmonies of #AEECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEECD5

Black with #AEECD5

Text Example


Text Example

White with #AEECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEECD5; }

 p { color: rgb(174,236,213); }

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

background-color css

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

 a { background-color: rgb(174,236,213); }

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

border-color css

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

 span { border-color: rgb(174,236,213); }

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