Html Css Color HEX #AEF7CA Magic Mint

📋 copy color: '#AEF7CA'

red 174 ◦ green 247 ◦ blue 202

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

Shades of Magic Mint #AEF7CA

Tints of Magic Mint #AEF7CA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 39.65%

 BLUE value IS 202 (79.3% from 255) = 32.42%

R = 27.93%
G = 39.65%
B = 32.42%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#AEF7CA (or 0xAEF7CA) is known color: Magic Mint. HEX triplet: AE, F7 and CA. RGB value is (174,247,202). Sum of RGB (Red+Green+Blue) = 174+247+202=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF7CA is #510835. Grayscale: #DCDCDC. Windows color (decimal): -5310518 or 13301678. OLE color: 13301678.

HSL color Cylindrical-coordinate representation of color #AEF7CA: hue angle of 143.01º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF7CA is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 247 202 -
CMYK 0.30 0 0.18 0.03
HSL 143.01º 0.82% 0.83% -
HSV(B) 143.01º 0.3% 0.97% -
XYZ 61.38 79.78 68.04 -
YUV 220.04 117.82 95.16 -
System Red Green Blue C M Y K H S L
Decimal 174 247 202 0.30 0 0.18 0.03 143.01 0.82 0.83
Hex AE F7 CA 1E 0 12 3 8F 52 53
Octal 256 367 312 36 0 22 3 217 122 123
Binary 10101110 11110111 11001010 11110 0 10010 11 10001111 1010010 1010011

Color Harmonies of #AEF7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF7CA

Black with #AEF7CA

Text Example


Text Example

White with #AEF7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF7CA; }

 p { color: rgb(174,247,202); }

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

background-color css

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

 a { background-color: rgb(174,247,202); }

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

border-color css

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

 span { border-color: rgb(174,247,202); }

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