Html Css Color HEX #AEFDDA Magic Mint

📋 copy color: '#AEFDDA'

red 174 ◦ green 253 ◦ blue 218

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

Shades of Magic Mint #AEFDDA

Tints of Magic Mint #AEFDDA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.22%

 BLUE value IS 218 (85.55% from 255) = 33.8%

R = 26.98%
G = 39.22%
B = 33.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#AEFDDA (or 0xAEFDDA) is known color: Magic Mint. HEX triplet: AE, FD and DA. RGB value is (174,253,218). Sum of RGB (Red+Green+Blue) = 174+253+218=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFDDA is #510225. Grayscale: #E1E1E1. Windows color (decimal): -5308966 or 14351790. OLE color: 14351790.

HSL color Cylindrical-coordinate representation of color #AEFDDA: hue angle of 153.42º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFDDA is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 253 218 -
CMYK 0.31 0 0.14 0.01
HSL 153.42º 0.95% 0.84% -
HSV(B) 153.42º 0.31% 0.99% -
XYZ 65.24 84.31 79.17 -
YUV 225.39 123.83 91.35 -
System Red Green Blue C M Y K H S L
Decimal 174 253 218 0.31 0 0.14 0.01 153.42 0.95 0.84
Hex AE FD DA 1F 0 E 1 99 5F 54
Octal 256 375 332 37 0 16 1 231 137 124
Binary 10101110 11111101 11011010 11111 0 1110 1 10011001 1011111 1010100

Color Harmonies of #AEFDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFDDA

Black with #AEFDDA

Text Example


Text Example

White with #AEFDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFDDA; }

 p { color: rgb(174,253,218); }

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

background-color css

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

 a { background-color: rgb(174,253,218); }

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

border-color css

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

 span { border-color: rgb(174,253,218); }

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