Html Css Color HEX #AEEFD6 Magic Mint

📋 copy color: '#AEEFD6'

red 174 ◦ green 239 ◦ blue 214

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

Shades of Magic Mint #AEEFD6

Tints of Magic Mint #AEEFD6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.12%

 BLUE value IS 214 (83.98% from 255) = 34.13%

R = 27.75%
G = 38.12%
B = 34.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#AEEFD6 (or 0xAEEFD6) is known color: Magic Mint. HEX triplet: AE, EF and D6. RGB value is (174,239,214). Sum of RGB (Red+Green+Blue) = 174+239+214=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFD6 is #511029. Grayscale: #D8D8D8. Windows color (decimal): -5312554 or 14086062. OLE color: 14086062.

HSL color Cylindrical-coordinate representation of color #AEEFD6: hue angle of 156.92º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEFD6 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 239 214 -
CMYK 0.27 0 0.10 0.06
HSL 156.92º 0.67% 0.81% -
HSV(B) 156.92º 0.27% 0.94% -
XYZ 60.46 75.59 75.02 -
YUV 216.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 174 239 214 0.27 0 0.10 0.06 156.92 0.67 0.81
Hex AE EF D6 1B 0 A 6 9D 43 51
Octal 256 357 326 33 0 12 6 235 103 121
Binary 10101110 11101111 11010110 11011 0 1010 110 10011101 1000011 1010001

Color Harmonies of #AEEFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEFD6

Black with #AEEFD6

Text Example


Text Example

White with #AEEFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEFD6; }

 p { color: rgb(174,239,214); }

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

background-color css

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

 a { background-color: rgb(174,239,214); }

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

border-color css

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

 span { border-color: rgb(174,239,214); }

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