Html Css Color HEX #AEF2CE Magic Mint

📋 copy color: '#AEF2CE'

red 174 ◦ green 242 ◦ blue 206

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

Shades of Magic Mint #AEF2CE

Tints of Magic Mint #AEF2CE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.91%

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

R = 27.97%
G = 38.91%
B = 33.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#AEF2CE (or 0xAEF2CE) is known color: Magic Mint. HEX triplet: AE, F2 and CE. RGB value is (174,242,206). Sum of RGB (Red+Green+Blue) = 174+242+206=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #AEF2CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF2CE is #510D31. Grayscale: #D9D9D9. Windows color (decimal): -5311794 or 13562542. OLE color: 13562542.

HSL color Cylindrical-coordinate representation of color #AEF2CE: hue angle of 148.24º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF2CE is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 242 206 -
CMYK 0.28 0 0.15 0.05
HSL 148.24º 0.72% 0.82% -
HSV(B) 148.24º 0.28% 0.95% -
XYZ 60.35 76.96 70.07 -
YUV 217.56 121.47 96.93 -
System Red Green Blue C M Y K H S L
Decimal 174 242 206 0.28 0 0.15 0.05 148.24 0.72 0.82
Hex AE F2 CE 1C 0 F 5 94 48 52
Octal 256 362 316 34 0 17 5 224 110 122
Binary 10101110 11110010 11001110 11100 0 1111 101 10010100 1001000 1010010

Color Harmonies of #AEF2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF2CE

Black with #AEF2CE

Text Example


Text Example

White with #AEF2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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