Html Css Color HEX #AEFFD0 Magic Mint

📋 copy color: '#AEFFD0'

red 174 ◦ green 255 ◦ blue 208

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

Shades of Magic Mint #AEFFD0

Tints of Magic Mint #AEFFD0

RGB

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

 GREEN value IS 255 (100% from 255) = 40.03%

 BLUE value IS 208 (81.64% from 255) = 32.65%

R = 27.32%
G = 40.03%
B = 32.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#AEFFD0 (or 0xAEFFD0) is known color: Magic Mint. HEX triplet: AE, FF and D0. RGB value is (174,255,208). Sum of RGB (Red+Green+Blue) = 174+255+208=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFD0 is #51002F. Grayscale: #E1E1E1. Windows color (decimal): -5308464 or 13696942. OLE color: 13696942.

HSL color Cylindrical-coordinate representation of color #AEFFD0: hue angle of 145.19º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFD0 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 208 -
CMYK 0.32 0 0.18 0
HSL 145.19º 1% 0.84% -
HSV(B) 145.19º 0.32% 1% -
XYZ 64.6 85.07 72.69 -
YUV 225.42 118.16 91.32 -
System Red Green Blue C M Y K H S L
Decimal 174 255 208 0.32 0 0.18 0 145.19 1 0.84
Hex AE FF D0 20 0 12 0 91 64 54
Octal 256 377 320 40 0 22 0 221 144 124
Binary 10101110 11111111 11010000 100000 0 10010 0 10010001 1100100 1010100

Color Harmonies of #AEFFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFD0

Black with #AEFFD0

Text Example


Text Example

White with #AEFFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFD0; }

 p { color: rgb(174,255,208); }

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

background-color css

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

 a { background-color: rgb(174,255,208); }

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

border-color css

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

 span { border-color: rgb(174,255,208); }

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