Html Css Color HEX #AEF9DB Magic Mint

📋 copy color: '#AEF9DB'

red 174 ◦ green 249 ◦ blue 219

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

Shades of Magic Mint #AEF9DB

Tints of Magic Mint #AEF9DB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.79%

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

R = 27.1%
G = 38.79%
B = 34.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#AEF9DB (or 0xAEF9DB) is known color: Magic Mint. HEX triplet: AE, F9 and DB. RGB value is (174,249,219). Sum of RGB (Red+Green+Blue) = 174+249+219=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF9DB is #510624. Grayscale: #DFDFDF. Windows color (decimal): -5309989 or 14416302. OLE color: 14416302.

HSL color Cylindrical-coordinate representation of color #AEF9DB: hue angle of 156º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF9DB is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 249 219 -
CMYK 0.30 0 0.12 0.02
HSL 156º 0.86% 0.83% -
HSV(B) 156º 0.3% 0.98% -
XYZ 64.12 81.86 79.44 -
YUV 223.16 125.65 92.94 -
System Red Green Blue C M Y K H S L
Decimal 174 249 219 0.30 0 0.12 0.02 156 0.86 0.83
Hex AE F9 DB 1E 0 C 2 9C 56 53
Octal 256 371 333 36 0 14 2 234 126 123
Binary 10101110 11111001 11011011 11110 0 1100 10 10011100 1010110 1010011

Color Harmonies of #AEF9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF9DB

Black with #AEF9DB

Text Example


Text Example

White with #AEF9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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