Html Css Color HEX #AEEDC6 Magic Mint

📋 copy color: '#AEEDC6'

red 174 ◦ green 237 ◦ blue 198

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

Shades of Magic Mint #AEEDC6

Tints of Magic Mint #AEEDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.51%

R = 28.57%
G = 38.92%
B = 32.51%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#AEEDC6 (or 0xAEEDC6) is known color: Magic Mint. HEX triplet: AE, ED and C6. RGB value is (174,237,198). Sum of RGB (Red+Green+Blue) = 174+237+198=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDC6 is #511239. Grayscale: #D5D5D5. Windows color (decimal): -5313082 or 13036974. OLE color: 13036974.

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

Color convert

RGB 174 237 198 -
CMYK 0.27 0 0.16 0.07
HSL 142.86º 0.64% 0.81% -
HSV(B) 142.86º 0.27% 0.93% -
XYZ 57.93 73.64 64.59 -
YUV 213.72 119.13 99.67 -
System Red Green Blue C M Y K H S L
Decimal 174 237 198 0.27 0 0.16 0.07 142.86 0.64 0.81
Hex AE ED C6 1B 0 10 7 8F 40 51
Octal 256 355 306 33 0 20 7 217 100 121
Binary 10101110 11101101 11000110 11011 0 10000 111 10001111 1000000 1010001

Color Harmonies of #AEEDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDC6

Black with #AEEDC6

Text Example


Text Example

White with #AEEDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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