Html Css Color HEX #AEF8DA Magic Mint

📋 copy color: '#AEF8DA'

red 174 ◦ green 248 ◦ blue 218

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

Shades of Magic Mint #AEF8DA

Tints of Magic Mint #AEF8DA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.75%

 BLUE value IS 218 (85.55% from 255) = 34.06%

R = 27.19%
G = 38.75%
B = 34.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#AEF8DA (or 0xAEF8DA) is known color: Magic Mint. HEX triplet: AE, F8 and DA. RGB value is (174,248,218). Sum of RGB (Red+Green+Blue) = 174+248+218=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 218 (85.55% from 255 or 34.06% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF8DA is #510725. Grayscale: #DEDEDE. Windows color (decimal): -5310246 or 14350510. OLE color: 14350510.

HSL color Cylindrical-coordinate representation of color #AEF8DA: hue angle of 155.68º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF8DA is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 248 218 -
CMYK 0.30 0 0.12 0.03
HSL 155.68º 0.84% 0.83% -
HSV(B) 155.68º 0.3% 0.97% -
XYZ 63.68 81.2 78.65 -
YUV 222.45 125.48 93.44 -
System Red Green Blue C M Y K H S L
Decimal 174 248 218 0.30 0 0.12 0.03 155.68 0.84 0.83
Hex AE F8 DA 1E 0 C 3 9C 54 53
Octal 256 370 332 36 0 14 3 234 124 123
Binary 10101110 11111000 11011010 11110 0 1100 11 10011100 1010100 1010011

Color Harmonies of #AEF8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF8DA

Black with #AEF8DA

Text Example


Text Example

White with #AEF8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF8DA; }

 p { color: rgb(174,248,218); }

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

background-color css

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

 a { background-color: rgb(174,248,218); }

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

border-color css

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

 span { border-color: rgb(174,248,218); }

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