Html Css Color HEX #AEF8CA Magic Mint

📋 copy color: '#AEF8CA'

red 174 ◦ green 248 ◦ blue 202

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

Shades of Magic Mint #AEF8CA

Tints of Magic Mint #AEF8CA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.74%

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

R = 27.88%
G = 39.74%
B = 32.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#AEF8CA (or 0xAEF8CA) is known color: Magic Mint. HEX triplet: AE, F8 and CA. RGB value is (174,248,202). Sum of RGB (Red+Green+Blue) = 174+248+202=624 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.88% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF8CA is #510735. Grayscale: #DCDCDC. Windows color (decimal): -5310262 or 13301934. OLE color: 13301934.

HSL color Cylindrical-coordinate representation of color #AEF8CA: hue angle of 142.7º degrees, saturation: 0.84, 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 #AEF8CA is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 174 248 202 -
CMYK 0.30 0 0.19 0.03
HSL 142.7º 0.84% 0.83% -
HSV(B) 142.7º 0.3% 0.97% -
XYZ 61.68 80.4 68.14 -
YUV 220.63 117.48 94.74 -
System Red Green Blue C M Y K H S L
Decimal 174 248 202 0.30 0 0.19 0.03 142.7 0.84 0.83
Hex AE F8 CA 1E 0 13 3 8F 54 53
Octal 256 370 312 36 0 23 3 217 124 123
Binary 10101110 11111000 11001010 11110 0 10011 11 10001111 1010100 1010011

Color Harmonies of #AEF8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF8CA

Black with #AEF8CA

Text Example


Text Example

White with #AEF8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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