Html Css Color HEX #AEEDD1 Magic Mint

📋 copy color: '#AEEDD1'

red 174 ◦ green 237 ◦ blue 209

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

Shades of Magic Mint #AEEDD1

Tints of Magic Mint #AEEDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.71%

R = 28.06%
G = 38.23%
B = 33.71%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#AEEDD1 (or 0xAEEDD1) is known color: Magic Mint. HEX triplet: AE, ED and D1. RGB value is (174,237,209). Sum of RGB (Red+Green+Blue) = 174+237+209=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDD1 is #51122E. Grayscale: #D7D7D7. Windows color (decimal): -5313071 or 13757870. OLE color: 13757870.

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

Color convert

RGB 174 237 209 -
CMYK 0.27 0 0.12 0.07
HSL 153.33º 0.64% 0.81% -
HSV(B) 153.33º 0.27% 0.93% -
XYZ 59.25 74.17 71.52 -
YUV 214.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 174 237 209 0.27 0 0.12 0.07 153.33 0.64 0.81
Hex AE ED D1 1B 0 C 7 99 40 51
Octal 256 355 321 33 0 14 7 231 100 121
Binary 10101110 11101101 11010001 11011 0 1100 111 10011001 1000000 1010001

Color Harmonies of #AEEDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDD1

Black with #AEEDD1

Text Example


Text Example

White with #AEEDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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