Html Css Color HEX #AEEFD8 Magic Mint

📋 copy color: '#AEEFD8'

red 174 ◦ green 239 ◦ blue 216

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

Shades of Magic Mint #AEEFD8

Tints of Magic Mint #AEEFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.34%

R = 27.66%
G = 38%
B = 34.34%

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

#AEEFD8 (or 0xAEEFD8) is known color: Magic Mint. HEX triplet: AE, EF and D8. RGB value is (174,239,216). Sum of RGB (Red+Green+Blue) = 174+239+216=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFD8 is #511027. Grayscale: #D8D8D8. Windows color (decimal): -5312552 or 14217134. OLE color: 14217134.

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

Color convert

RGB 174 239 216 -
CMYK 0.27 0 0.10 0.06
HSL 158.77º 0.67% 0.81% -
HSV(B) 158.77º 0.27% 0.94% -
XYZ 60.72 75.69 76.38 -
YUV 216.94 127.47 97.37 -
System Red Green Blue C M Y K H S L
Decimal 174 239 216 0.27 0 0.10 0.06 158.77 0.67 0.81
Hex AE EF D8 1B 0 A 6 9F 43 51
Octal 256 357 330 33 0 12 6 237 103 121
Binary 10101110 11101111 11011000 11011 0 1010 110 10011111 1000011 1010001

Color Harmonies of #AEEFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEFD8

Black with #AEEFD8

Text Example


Text Example

White with #AEEFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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