Html Css Color HEX #AEF6DB Magic Mint

📋 copy color: '#AEF6DB'

red 174 ◦ green 246 ◦ blue 219

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

Shades of Magic Mint #AEF6DB

Tints of Magic Mint #AEF6DB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.5%

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

R = 27.23%
G = 38.5%
B = 34.27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#AEF6DB (or 0xAEF6DB) is known color: Magic Mint. HEX triplet: AE, F6 and DB. RGB value is (174,246,219). Sum of RGB (Red+Green+Blue) = 174+246+219=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 246 (96.48% from 255 or 38.50% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF6DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF6DB is #510924. Grayscale: #DDDDDD. Windows color (decimal): -5310757 or 14415534. OLE color: 14415534.

HSL color Cylindrical-coordinate representation of color #AEF6DB: hue angle of 157.5º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEF6DB is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 246 219 -
CMYK 0.29 0 0.11 0.04
HSL 157.5º 0.8% 0.82% -
HSV(B) 157.5º 0.29% 0.96% -
XYZ 63.2 80.02 79.13 -
YUV 221.39 126.65 94.2 -
System Red Green Blue C M Y K H S L
Decimal 174 246 219 0.29 0 0.11 0.04 157.5 0.8 0.82
Hex AE F6 DB 1D 0 B 4 9E 50 52
Octal 256 366 333 35 0 13 4 236 120 122
Binary 10101110 11110110 11011011 11101 0 1011 100 10011110 1010000 1010010

Color Harmonies of #AEF6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF6DB

Black with #AEF6DB

Text Example


Text Example

White with #AEF6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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