Html Css Color HEX #AEDFC7 Magic Mint

📋 copy color: '#AEDFC7'

red 174 ◦ green 223 ◦ blue 199

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

Shades of Magic Mint #AEDFC7

Tints of Magic Mint #AEDFC7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.42%

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

R = 29.19%
G = 37.42%
B = 33.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#AEDFC7 (or 0xAEDFC7) is known color: Magic Mint. HEX triplet: AE, DF and C7. RGB value is (174,223,199). Sum of RGB (Red+Green+Blue) = 174+223+199=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFC7 is #512038. Grayscale: #CDCDCD. Windows color (decimal): -5316665 or 13098926. OLE color: 13098926.

HSL color Cylindrical-coordinate representation of color #AEDFC7: hue angle of 150.61º degrees, saturation: 0.43, 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 #AEDFC7 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 223 199 -
CMYK 0.22 0 0.11 0.13
HSL 150.61º 0.43% 0.78% -
HSV(B) 150.61º 0.22% 0.87% -
XYZ 54.15 65.9 63.9 -
YUV 205.61 124.27 105.45 -
System Red Green Blue C M Y K H S L
Decimal 174 223 199 0.22 0 0.11 0.13 150.61 0.43 0.78
Hex AE DF C7 16 0 B D 97 2B 4E
Octal 256 337 307 26 0 13 15 227 53 116
Binary 10101110 11011111 11000111 10110 0 1011 1101 10010111 101011 1001110

Color Harmonies of #AEDFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDFC7

Black with #AEDFC7

Text Example


Text Example

White with #AEDFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDFC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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