Html Css Color HEX #AEFFDE Magic Mint

📋 copy color: '#AEFFDE'

red 174 ◦ green 255 ◦ blue 222

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

Shades of Magic Mint #AEFFDE

Tints of Magic Mint #AEFFDE

RGB

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

 GREEN value IS 255 (100% from 255) = 39.17%

 BLUE value IS 222 (87.11% from 255) = 34.1%

R = 26.73%
G = 39.17%
B = 34.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#AEFFDE (or 0xAEFFDE) is known color: Magic Mint. HEX triplet: AE, FF and DE. RGB value is (174,255,222). Sum of RGB (Red+Green+Blue) = 174+255+222=651 (86% of max value = 765). Red value is 174 (68.36% from 255 or 26.73% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFDE is #510021. Grayscale: #E3E3E3. Windows color (decimal): -5308450 or 14614446. OLE color: 14614446.

HSL color Cylindrical-coordinate representation of color #AEFFDE: hue angle of 155.56º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFDE is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 222 -
CMYK 0.32 0 0.13 0
HSL 155.56º 1% 0.84% -
HSV(B) 155.56º 0.32% 1% -
XYZ 66.4 85.79 82.17 -
YUV 227.02 125.16 90.18 -
System Red Green Blue C M Y K H S L
Decimal 174 255 222 0.32 0 0.13 0 155.56 1 0.84
Hex AE FF DE 20 0 D 0 9C 64 54
Octal 256 377 336 40 0 15 0 234 144 124
Binary 10101110 11111111 11011110 100000 0 1101 0 10011100 1100100 1010100

Color Harmonies of #AEFFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFDE

Black with #AEFFDE

Text Example


Text Example

White with #AEFFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFDE; }

 p { color: rgb(174,255,222); }

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

background-color css

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

 a { background-color: rgb(174,255,222); }

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

border-color css

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

 span { border-color: rgb(174,255,222); }

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