Html Css Color HEX #AEFADB Magic Mint

📋 copy color: '#AEFADB'

red 174 ◦ green 250 ◦ blue 219

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

Shades of Magic Mint #AEFADB

Tints of Magic Mint #AEFADB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.88%

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

R = 27.06%
G = 38.88%
B = 34.06%

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

#AEFADB (or 0xAEFADB) is known color: Magic Mint. HEX triplet: AE, FA and DB. RGB value is (174,250,219). Sum of RGB (Red+Green+Blue) = 174+250+219=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFADB is #510524. Grayscale: #DFDFDF. Windows color (decimal): -5309733 or 14416558. OLE color: 14416558.

HSL color Cylindrical-coordinate representation of color #AEFADB: hue angle of 155.53º degrees, saturation: 0.88, 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 #AEFADB is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 250 219 -
CMYK 0.30 0 0.12 0.02
HSL 155.53º 0.88% 0.83% -
HSV(B) 155.53º 0.3% 0.98% -
XYZ 64.43 82.48 79.54 -
YUV 223.74 125.32 92.52 -
System Red Green Blue C M Y K H S L
Decimal 174 250 219 0.30 0 0.12 0.02 155.53 0.88 0.83
Hex AE FA DB 1E 0 C 2 9C 58 53
Octal 256 372 333 36 0 14 2 234 130 123
Binary 10101110 11111010 11011011 11110 0 1100 10 10011100 1011000 1010011

Color Harmonies of #AEFADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFADB

Black with #AEFADB

Text Example


Text Example

White with #AEFADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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