Html Css Color HEX #AEF5D1 Magic Mint

📋 copy color: '#AEF5D1'

red 174 ◦ green 245 ◦ blue 209

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

Shades of Magic Mint #AEF5D1

Tints of Magic Mint #AEF5D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 33.28%

R = 27.71%
G = 39.01%
B = 33.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#AEF5D1 (or 0xAEF5D1) is known color: Magic Mint. HEX triplet: AE, F5 and D1. RGB value is (174,245,209). Sum of RGB (Red+Green+Blue) = 174+245+209=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 245 (96.09% from 255 or 39.01% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF5D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF5D1 is #510A2E. Grayscale: #DBDBDB. Windows color (decimal): -5311023 or 13759918. OLE color: 13759918.

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

Color convert

RGB 174 245 209 -
CMYK 0.29 0 0.15 0.04
HSL 149.58º 0.78% 0.82% -
HSV(B) 149.58º 0.29% 0.96% -
XYZ 61.62 78.91 72.3 -
YUV 219.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 174 245 209 0.29 0 0.15 0.04 149.58 0.78 0.82
Hex AE F5 D1 1D 0 F 4 96 4E 52
Octal 256 365 321 35 0 17 4 226 116 122
Binary 10101110 11110101 11010001 11101 0 1111 100 10010110 1001110 1010010

Color Harmonies of #AEF5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF5D1

Black with #AEF5D1

Text Example


Text Example

White with #AEF5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF5D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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