Html Css Color HEX #AEFEDB Magic Mint

📋 copy color: '#AEFEDB'

red 174 ◦ green 254 ◦ blue 219

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

Shades of Magic Mint #AEFEDB

Tints of Magic Mint #AEFEDB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.26%

 BLUE value IS 219 (85.94% from 255) = 33.85%

R = 26.89%
G = 39.26%
B = 33.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#AEFEDB (or 0xAEFEDB) is known color: Magic Mint. HEX triplet: AE, FE and DB. RGB value is (174,254,219). Sum of RGB (Red+Green+Blue) = 174+254+219=647 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.89% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #AEFEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFEDB is #510124. Grayscale: #E2E2E2. Windows color (decimal): -5308709 or 14417582. OLE color: 14417582.

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

Color convert

RGB 174 254 219 -
CMYK 0.31 0 0.14 0.00
HSL 153.75º 0.98% 0.84% -
HSV(B) 153.75º 0.31% 1% -
XYZ 65.68 85 79.96 -
YUV 226.09 124 90.85 -
System Red Green Blue C M Y K H S L
Decimal 174 254 219 0.31 0 0.14 0.00 153.75 0.98 0.84
Hex AE FE DB 1F 0 E 0 9A 62 54
Octal 256 376 333 37 0 16 0 232 142 124
Binary 10101110 11111110 11011011 11111 0 1110 0 10011010 1100010 1010100

Color Harmonies of #AEFEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFEDB

Black with #AEFEDB

Text Example


Text Example

White with #AEFEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFEDB; }

 p { color: rgb(174,254,219); }

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

background-color css

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

 a { background-color: rgb(174,254,219); }

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

border-color css

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

 span { border-color: rgb(174,254,219); }

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