Html Css Color HEX #AEF4DB Magic Mint

📋 copy color: '#AEF4DB'

red 174 ◦ green 244 ◦ blue 219

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

Shades of Magic Mint #AEF4DB

Tints of Magic Mint #AEF4DB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.3%

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

R = 27.32%
G = 38.3%
B = 34.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#AEF4DB (or 0xAEF4DB) is known color: Magic Mint. HEX triplet: AE, F4 and DB. RGB value is (174,244,219). Sum of RGB (Red+Green+Blue) = 174+244+219=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 244 (95.70% from 255 or 38.30% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 244 - color contains mainly: green. Hex color #AEF4DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF4DB is #510B24. Grayscale: #DCDCDC. Windows color (decimal): -5311269 or 14415022. OLE color: 14415022.

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

Color convert

RGB 174 244 219 -
CMYK 0.29 0 0.10 0.04
HSL 158.57º 0.76% 0.82% -
HSV(B) 158.57º 0.29% 0.96% -
XYZ 62.59 78.81 78.93 -
YUV 220.22 127.31 95.03 -
System Red Green Blue C M Y K H S L
Decimal 174 244 219 0.29 0 0.10 0.04 158.57 0.76 0.82
Hex AE F4 DB 1D 0 A 4 9F 4C 52
Octal 256 364 333 35 0 12 4 237 114 122
Binary 10101110 11110100 11011011 11101 0 1010 100 10011111 1001100 1010010

Color Harmonies of #AEF4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF4DB

Black with #AEF4DB

Text Example


Text Example

White with #AEF4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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