Html Css Color HEX #AEEDD2 Magic Mint

📋 copy color: '#AEEDD2'

red 174 ◦ green 237 ◦ blue 210

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

Shades of Magic Mint #AEEDD2

Tints of Magic Mint #AEEDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 33.82%

R = 28.02%
G = 38.16%
B = 33.82%

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

#AEEDD2 (or 0xAEEDD2) is known color: Magic Mint. HEX triplet: AE, ED and D2. RGB value is (174,237,210). Sum of RGB (Red+Green+Blue) = 174+237+210=621 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.02% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDD2 is #51122D. Grayscale: #D7D7D7. Windows color (decimal): -5313070 or 13823406. OLE color: 13823406.

HSL color Cylindrical-coordinate representation of color #AEEDD2: hue angle of 154.29º 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 #AEEDD2 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 237 210 -
CMYK 0.27 0 0.11 0.07
HSL 154.29º 0.64% 0.81% -
HSV(B) 154.29º 0.27% 0.93% -
XYZ 59.37 74.22 72.17 -
YUV 215.09 125.13 98.7 -
System Red Green Blue C M Y K H S L
Decimal 174 237 210 0.27 0 0.11 0.07 154.29 0.64 0.81
Hex AE ED D2 1B 0 B 7 9A 40 51
Octal 256 355 322 33 0 13 7 232 100 121
Binary 10101110 11101101 11010010 11011 0 1011 111 10011010 1000000 1010001

Color Harmonies of #AEEDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDD2

Black with #AEEDD2

Text Example


Text Example

White with #AEEDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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