Html Css Color HEX #AEF7DB Magic Mint

📋 copy color: '#AEF7DB'

red 174 ◦ green 247 ◦ blue 219

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

Shades of Magic Mint #AEF7DB

Tints of Magic Mint #AEF7DB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.59%

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

R = 27.19%
G = 38.59%
B = 34.22%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#AEF7DB (or 0xAEF7DB) is known color: Magic Mint. HEX triplet: AE, F7 and DB. RGB value is (174,247,219). Sum of RGB (Red+Green+Blue) = 174+247+219=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 247 (96.88% from 255 or 38.59% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF7DB is #510824. Grayscale: #DEDEDE. Windows color (decimal): -5310501 or 14415790. OLE color: 14415790.

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

Color convert

RGB 174 247 219 -
CMYK 0.30 0 0.11 0.03
HSL 156.99º 0.82% 0.83% -
HSV(B) 156.99º 0.3% 0.97% -
XYZ 63.5 80.63 79.23 -
YUV 221.98 126.32 93.78 -
System Red Green Blue C M Y K H S L
Decimal 174 247 219 0.30 0 0.11 0.03 156.99 0.82 0.83
Hex AE F7 DB 1E 0 B 3 9D 52 53
Octal 256 367 333 36 0 13 3 235 122 123
Binary 10101110 11110111 11011011 11110 0 1011 11 10011101 1010010 1010011

Color Harmonies of #AEF7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF7DB

Black with #AEF7DB

Text Example


Text Example

White with #AEF7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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