Html Css Color HEX #AEEDD3 Magic Mint

📋 copy color: '#AEEDD3'

red 174 ◦ green 237 ◦ blue 211

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

Shades of Magic Mint #AEEDD3

Tints of Magic Mint #AEEDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.92%

R = 27.97%
G = 38.1%
B = 33.92%

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

#AEEDD3 (or 0xAEEDD3) is known color: Magic Mint. HEX triplet: AE, ED and D3. RGB value is (174,237,211). Sum of RGB (Red+Green+Blue) = 174+237+211=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDD3 is #51122C. Grayscale: #D7D7D7. Windows color (decimal): -5313069 or 13888942. OLE color: 13888942.

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

Color convert

RGB 174 237 211 -
CMYK 0.27 0 0.11 0.07
HSL 155.24º 0.64% 0.81% -
HSV(B) 155.24º 0.27% 0.93% -
XYZ 59.5 74.27 72.83 -
YUV 215.2 125.63 98.61 -
System Red Green Blue C M Y K H S L
Decimal 174 237 211 0.27 0 0.11 0.07 155.24 0.64 0.81
Hex AE ED D3 1B 0 B 7 9B 40 51
Octal 256 355 323 33 0 13 7 233 100 121
Binary 10101110 11101101 11010011 11011 0 1011 111 10011011 1000000 1010001

Color Harmonies of #AEEDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDD3

Black with #AEEDD3

Text Example


Text Example

White with #AEEDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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