Html Css Color HEX #AEFDDC Magic Mint

📋 copy color: '#AEFDDC'

red 174 ◦ green 253 ◦ blue 220

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

Shades of Magic Mint #AEFDDC

Tints of Magic Mint #AEFDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34%

R = 26.89%
G = 39.1%
B = 34%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#AEFDDC (or 0xAEFDDC) is known color: Magic Mint. HEX triplet: AE, FD and DC. RGB value is (174,253,220). Sum of RGB (Red+Green+Blue) = 174+253+220=647 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.89% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFDDC is #510223. Grayscale: #E1E1E1. Windows color (decimal): -5308964 or 14482862. OLE color: 14482862.

HSL color Cylindrical-coordinate representation of color #AEFDDC: hue angle of 154.94º 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 #AEFDDC is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 253 220 -
CMYK 0.31 0 0.13 0.01
HSL 154.94º 0.95% 0.84% -
HSV(B) 154.94º 0.31% 0.99% -
XYZ 65.5 84.42 80.55 -
YUV 225.62 124.83 91.18 -
System Red Green Blue C M Y K H S L
Decimal 174 253 220 0.31 0 0.13 0.01 154.94 0.95 0.84
Hex AE FD DC 1F 0 D 1 9B 5F 54
Octal 256 375 334 37 0 15 1 233 137 124
Binary 10101110 11111101 11011100 11111 0 1101 1 10011011 1011111 1010100

Color Harmonies of #AEFDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFDDC

Black with #AEFDDC

Text Example


Text Example

White with #AEFDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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