Html Css Color HEX #AEF5DB Magic Mint

📋 copy color: '#AEF5DB'

red 174 ◦ green 245 ◦ blue 219

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

Shades of Magic Mint #AEF5DB

Tints of Magic Mint #AEF5DB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.4%

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

R = 27.27%
G = 38.4%
B = 34.33%

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

#AEF5DB (or 0xAEF5DB) is known color: Magic Mint. HEX triplet: AE, F5 and DB. RGB value is (174,245,219). Sum of RGB (Red+Green+Blue) = 174+245+219=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF5DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF5DB is #510A24. Grayscale: #DCDCDC. Windows color (decimal): -5311013 or 14415278. OLE color: 14415278.

HSL color Cylindrical-coordinate representation of color #AEF5DB: hue angle of 158.03º degrees, saturation: 0.78, 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 #AEF5DB is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 245 219 -
CMYK 0.29 0 0.11 0.04
HSL 158.03º 0.78% 0.82% -
HSV(B) 158.03º 0.29% 0.96% -
XYZ 62.89 79.42 79.03 -
YUV 220.81 126.98 94.61 -
System Red Green Blue C M Y K H S L
Decimal 174 245 219 0.29 0 0.11 0.04 158.03 0.78 0.82
Hex AE F5 DB 1D 0 B 4 9E 4E 52
Octal 256 365 333 35 0 13 4 236 116 122
Binary 10101110 11110101 11011011 11101 0 1011 100 10011110 1001110 1010010

Color Harmonies of #AEF5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF5DB

Black with #AEF5DB

Text Example


Text Example

White with #AEF5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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