Html Css Color HEX #AEDEC3 Magic Mint

📋 copy color: '#AEDEC3'

red 174 ◦ green 222 ◦ blue 195

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

Shades of Magic Mint #AEDEC3

Tints of Magic Mint #AEDEC3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.56%

 BLUE value IS 195 (76.56% from 255) = 32.99%

R = 29.44%
G = 37.56%
B = 32.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#AEDEC3 (or 0xAEDEC3) is known color: Magic Mint. HEX triplet: AE, DE and C3. RGB value is (174,222,195). Sum of RGB (Red+Green+Blue) = 174+222+195=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEC3 is #51213C. Grayscale: #CCCCCC. Windows color (decimal): -5316925 or 12836526. OLE color: 12836526.

HSL color Cylindrical-coordinate representation of color #AEDEC3: hue angle of 146.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDEC3 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 222 195 -
CMYK 0.22 0 0.12 0.13
HSL 146.25º 0.42% 0.78% -
HSV(B) 146.25º 0.22% 0.87% -
XYZ 53.43 65.18 61.4 -
YUV 204.57 122.6 106.2 -
System Red Green Blue C M Y K H S L
Decimal 174 222 195 0.22 0 0.12 0.13 146.25 0.42 0.78
Hex AE DE C3 16 0 C D 92 2A 4E
Octal 256 336 303 26 0 14 15 222 52 116
Binary 10101110 11011110 11000011 10110 0 1100 1101 10010010 101010 1001110

Color Harmonies of #AEDEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEC3

Black with #AEDEC3

Text Example


Text Example

White with #AEDEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEC3; }

 p { color: rgb(174,222,195); }

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

background-color css

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

 a { background-color: rgb(174,222,195); }

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

border-color css

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

 span { border-color: rgb(174,222,195); }

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