Html Css Color HEX #AEF0C6 Magic Mint

📋 copy color: '#AEF0C6'

red 174 ◦ green 240 ◦ blue 198

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

Shades of Magic Mint #AEF0C6

Tints of Magic Mint #AEF0C6

RGB

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

 GREEN value IS 240 (94.14% from 255) = 39.22%

 BLUE value IS 198 (77.73% from 255) = 32.35%

R = 28.43%
G = 39.22%
B = 32.35%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#AEF0C6 (or 0xAEF0C6) is known color: Magic Mint. HEX triplet: AE, F0 and C6. RGB value is (174,240,198). Sum of RGB (Red+Green+Blue) = 174+240+198=612 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.43% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #AEF0C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF0C6 is #510F39. Grayscale: #D7D7D7. Windows color (decimal): -5312314 or 13037742. OLE color: 13037742.

HSL color Cylindrical-coordinate representation of color #AEF0C6: hue angle of 141.82º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEF0C6 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 240 198 -
CMYK 0.28 0 0.18 0.06
HSL 141.82º 0.69% 0.81% -
HSV(B) 141.82º 0.28% 0.94% -
XYZ 58.81 75.4 64.88 -
YUV 215.48 118.13 98.42 -
System Red Green Blue C M Y K H S L
Decimal 174 240 198 0.28 0 0.18 0.06 141.82 0.69 0.81
Hex AE F0 C6 1C 0 12 6 8E 45 51
Octal 256 360 306 34 0 22 6 216 105 121
Binary 10101110 11110000 11000110 11100 0 10010 110 10001110 1000101 1010001

Color Harmonies of #AEF0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF0C6

Black with #AEF0C6

Text Example


Text Example

White with #AEF0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF0C6; }

 p { color: rgb(174,240,198); }

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

background-color css

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

 a { background-color: rgb(174,240,198); }

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

border-color css

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

 span { border-color: rgb(174,240,198); }

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