Html Css Color HEX #AEEDD4 Magic Mint

📋 copy color: '#AEEDD4'

red 174 ◦ green 237 ◦ blue 212

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

Shades of Magic Mint #AEEDD4

Tints of Magic Mint #AEEDD4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.04%

 BLUE value IS 212 (83.2% from 255) = 34.03%

R = 27.93%
G = 38.04%
B = 34.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#AEEDD4 (or 0xAEEDD4) is known color: Magic Mint. HEX triplet: AE, ED and D4. RGB value is (174,237,212). Sum of RGB (Red+Green+Blue) = 174+237+212=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDD4 is #51122B. Grayscale: #D7D7D7. Windows color (decimal): -5313068 or 13954478. OLE color: 13954478.

HSL color Cylindrical-coordinate representation of color #AEEDD4: hue angle of 156.19º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDD4 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 237 212 -
CMYK 0.27 0 0.11 0.07
HSL 156.19º 0.64% 0.81% -
HSV(B) 156.19º 0.27% 0.93% -
XYZ 59.62 74.32 73.49 -
YUV 215.31 126.13 98.53 -
System Red Green Blue C M Y K H S L
Decimal 174 237 212 0.27 0 0.11 0.07 156.19 0.64 0.81
Hex AE ED D4 1B 0 B 7 9C 40 51
Octal 256 355 324 33 0 13 7 234 100 121
Binary 10101110 11101101 11010100 11011 0 1011 111 10011100 1000000 1010001

Color Harmonies of #AEEDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDD4

Black with #AEEDD4

Text Example


Text Example

White with #AEEDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDD4; }

 p { color: rgb(174,237,212); }

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

background-color css

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

 a { background-color: rgb(174,237,212); }

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

border-color css

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

 span { border-color: rgb(174,237,212); }

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