Html Css Color HEX #AEF8C4 Magic Mint

📋 copy color: '#AEF8C4'

red 174 ◦ green 248 ◦ blue 196

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

Shades of Magic Mint #AEF8C4

Tints of Magic Mint #AEF8C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.72%

R = 28.16%
G = 40.13%
B = 31.72%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#AEF8C4 (or 0xAEF8C4) is known color: Magic Mint. HEX triplet: AE, F8 and C4. RGB value is (174,248,196). Sum of RGB (Red+Green+Blue) = 174+248+196=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF8C4 is #51073B. Grayscale: #DCDCDC. Windows color (decimal): -5310268 or 12908718. OLE color: 12908718.

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

Color convert

RGB 174 248 196 -
CMYK 0.30 0 0.21 0.03
HSL 137.84º 0.84% 0.83% -
HSV(B) 137.84º 0.3% 0.97% -
XYZ 60.99 80.12 64.47 -
YUV 219.95 114.48 95.23 -
System Red Green Blue C M Y K H S L
Decimal 174 248 196 0.30 0 0.21 0.03 137.84 0.84 0.83
Hex AE F8 C4 1E 0 15 3 8A 54 53
Octal 256 370 304 36 0 25 3 212 124 123
Binary 10101110 11111000 11000100 11110 0 10101 11 10001010 1010100 1010011

Color Harmonies of #AEF8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF8C4

Black with #AEF8C4

Text Example


Text Example

White with #AEF8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF8C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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