Html Css Color HEX #AEF8CE Magic Mint

📋 copy color: '#AEF8CE'

red 174 ◦ green 248 ◦ blue 206

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

Shades of Magic Mint #AEF8CE

Tints of Magic Mint #AEF8CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.8%

R = 27.71%
G = 39.49%
B = 32.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#AEF8CE (or 0xAEF8CE) is known color: Magic Mint. HEX triplet: AE, F8 and CE. RGB value is (174,248,206). Sum of RGB (Red+Green+Blue) = 174+248+206=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF8CE is #510731. Grayscale: #DDDDDD. Windows color (decimal): -5310258 or 13564078. OLE color: 13564078.

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

Color convert

RGB 174 248 206 -
CMYK 0.30 0 0.17 0.03
HSL 145.95º 0.84% 0.83% -
HSV(B) 145.95º 0.3% 0.97% -
XYZ 62.16 80.59 70.67 -
YUV 221.09 119.48 94.42 -
System Red Green Blue C M Y K H S L
Decimal 174 248 206 0.30 0 0.17 0.03 145.95 0.84 0.83
Hex AE F8 CE 1E 0 11 3 92 54 53
Octal 256 370 316 36 0 21 3 222 124 123
Binary 10101110 11111000 11001110 11110 0 10001 11 10010010 1010100 1010011

Color Harmonies of #AEF8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF8CE

Black with #AEF8CE

Text Example


Text Example

White with #AEF8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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