Html Css Color HEX #AEDEC7 Magic Mint

📋 copy color: '#AEDEC7'

red 174 ◦ green 222 ◦ blue 199

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

Shades of Magic Mint #AEDEC7

Tints of Magic Mint #AEDEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.45%

R = 29.24%
G = 37.31%
B = 33.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#AEDEC7 (or 0xAEDEC7) is known color: Magic Mint. HEX triplet: AE, DE and C7. RGB value is (174,222,199). Sum of RGB (Red+Green+Blue) = 174+222+199=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDEC7 is #512138. Grayscale: #CDCDCD. Windows color (decimal): -5316921 or 13098670. OLE color: 13098670.

HSL color Cylindrical-coordinate representation of color #AEDEC7: hue angle of 151.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 #AEDEC7 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 222 199 -
CMYK 0.22 0 0.10 0.13
HSL 151.25º 0.42% 0.78% -
HSV(B) 151.25º 0.22% 0.87% -
XYZ 53.89 65.36 63.81 -
YUV 205.03 124.6 105.87 -
System Red Green Blue C M Y K H S L
Decimal 174 222 199 0.22 0 0.10 0.13 151.25 0.42 0.78
Hex AE DE C7 16 0 A D 97 2A 4E
Octal 256 336 307 26 0 12 15 227 52 116
Binary 10101110 11011110 11000111 10110 0 1010 1101 10010111 101010 1001110

Color Harmonies of #AEDEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDEC7

Black with #AEDEC7

Text Example


Text Example

White with #AEDEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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