Html Css Color HEX #AEF1D2 Magic Mint

📋 copy color: '#AEF1D2'

red 174 ◦ green 241 ◦ blue 210

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

Shades of Magic Mint #AEF1D2

Tints of Magic Mint #AEF1D2

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.56%

 BLUE value IS 210 (82.42% from 255) = 33.6%

R = 27.84%
G = 38.56%
B = 33.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#AEF1D2 (or 0xAEF1D2) is known color: Magic Mint. HEX triplet: AE, F1 and D2. RGB value is (174,241,210). Sum of RGB (Red+Green+Blue) = 174+241+210=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF1D2 is #510E2D. Grayscale: #D9D9D9. Windows color (decimal): -5312046 or 13824430. OLE color: 13824430.

HSL color Cylindrical-coordinate representation of color #AEF1D2: hue angle of 152.24º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF1D2 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 241 210 -
CMYK 0.28 0 0.13 0.05
HSL 152.24º 0.71% 0.81% -
HSV(B) 152.24º 0.28% 0.95% -
XYZ 60.54 76.56 72.56 -
YUV 217.43 123.8 97.02 -
System Red Green Blue C M Y K H S L
Decimal 174 241 210 0.28 0 0.13 0.05 152.24 0.71 0.81
Hex AE F1 D2 1C 0 D 5 98 47 51
Octal 256 361 322 34 0 15 5 230 107 121
Binary 10101110 11110001 11010010 11100 0 1101 101 10011000 1000111 1010001

Color Harmonies of #AEF1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF1D2

Black with #AEF1D2

Text Example


Text Example

White with #AEF1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF1D2; }

 p { color: rgb(174,241,210); }

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

background-color css

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

 a { background-color: rgb(174,241,210); }

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

border-color css

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

 span { border-color: rgb(174,241,210); }

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