Html Css Color HEX #AEF9CE Magic Mint

📋 copy color: '#AEF9CE'

red 174 ◦ green 249 ◦ blue 206

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

Shades of Magic Mint #AEF9CE

Tints of Magic Mint #AEF9CE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.59%

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

R = 27.66%
G = 39.59%
B = 32.75%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#AEF9CE (or 0xAEF9CE) is known color: Magic Mint. HEX triplet: AE, F9 and CE. RGB value is (174,249,206). Sum of RGB (Red+Green+Blue) = 174+249+206=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF9CE is #510631. Grayscale: #DDDDDD. Windows color (decimal): -5310002 or 13564334. OLE color: 13564334.

HSL color Cylindrical-coordinate representation of color #AEF9CE: hue angle of 145.6º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF9CE is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 249 206 -
CMYK 0.30 0 0.17 0.02
HSL 145.6º 0.86% 0.83% -
HSV(B) 145.6º 0.3% 0.98% -
XYZ 62.47 81.21 70.77 -
YUV 221.67 119.15 94 -
System Red Green Blue C M Y K H S L
Decimal 174 249 206 0.30 0 0.17 0.02 145.6 0.86 0.83
Hex AE F9 CE 1E 0 11 2 92 56 53
Octal 256 371 316 36 0 21 2 222 126 123
Binary 10101110 11111001 11001110 11110 0 10001 10 10010010 1010110 1010011

Color Harmonies of #AEF9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF9CE

Black with #AEF9CE

Text Example


Text Example

White with #AEF9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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