Html Css Color HEX #AEEDCD Magic Mint

📋 copy color: '#AEEDCD'

red 174 ◦ green 237 ◦ blue 205

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

Shades of Magic Mint #AEEDCD

Tints of Magic Mint #AEEDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 33.28%

R = 28.25%
G = 38.47%
B = 33.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#AEEDCD (or 0xAEEDCD) is known color: Magic Mint. HEX triplet: AE, ED and CD. RGB value is (174,237,205). Sum of RGB (Red+Green+Blue) = 174+237+205=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDCD is #511232. Grayscale: #D6D6D6. Windows color (decimal): -5313075 or 13495726. OLE color: 13495726.

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

Color convert

RGB 174 237 205 -
CMYK 0.27 0 0.14 0.07
HSL 149.52º 0.64% 0.81% -
HSV(B) 149.52º 0.27% 0.93% -
XYZ 58.76 73.97 68.94 -
YUV 214.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 174 237 205 0.27 0 0.14 0.07 149.52 0.64 0.81
Hex AE ED CD 1B 0 E 7 96 40 51
Octal 256 355 315 33 0 16 7 226 100 121
Binary 10101110 11101101 11001101 11011 0 1110 111 10010110 1000000 1010001

Color Harmonies of #AEEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDCD

Black with #AEEDCD

Text Example


Text Example

White with #AEEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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