Html Css Color HEX #AEEDC5 Magic Mint

📋 copy color: '#AEEDC5'

red 174 ◦ green 237 ◦ blue 197

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

Shades of Magic Mint #AEEDC5

Tints of Magic Mint #AEEDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.4%

R = 28.62%
G = 38.98%
B = 32.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#AEEDC5 (or 0xAEEDC5) is known color: Magic Mint. HEX triplet: AE, ED and C5. RGB value is (174,237,197). Sum of RGB (Red+Green+Blue) = 174+237+197=608 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.62% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEDC5 is #51123A. Grayscale: #D5D5D5. Windows color (decimal): -5313083 or 12971438. OLE color: 12971438.

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

Color convert

RGB 174 237 197 -
CMYK 0.27 0 0.17 0.07
HSL 141.9º 0.64% 0.81% -
HSV(B) 141.9º 0.27% 0.93% -
XYZ 57.82 73.6 63.98 -
YUV 213.6 118.63 99.75 -
System Red Green Blue C M Y K H S L
Decimal 174 237 197 0.27 0 0.17 0.07 141.9 0.64 0.81
Hex AE ED C5 1B 0 11 7 8E 40 51
Octal 256 355 305 33 0 21 7 216 100 121
Binary 10101110 11101101 11000101 11011 0 10001 111 10001110 1000000 1010001

Color Harmonies of #AEEDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEDC5

Black with #AEEDC5

Text Example


Text Example

White with #AEEDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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