Html Css Color HEX #AEF9C8 Magic Mint

📋 copy color: '#AEF9C8'

red 174 ◦ green 249 ◦ blue 200

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

Shades of Magic Mint #AEF9C8

Tints of Magic Mint #AEF9C8

RGB

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

 GREEN value IS 249 (97.66% from 255) = 39.97%

 BLUE value IS 200 (78.52% from 255) = 32.1%

R = 27.93%
G = 39.97%
B = 32.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#AEF9C8 (or 0xAEF9C8) is known color: Magic Mint. HEX triplet: AE, F9 and C8. RGB value is (174,249,200). Sum of RGB (Red+Green+Blue) = 174+249+200=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 249 (97.66% from 255 or 39.97% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF9C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF9C8 is #510637. Grayscale: #DDDDDD. Windows color (decimal): -5310008 or 13171118. OLE color: 13171118.

HSL color Cylindrical-coordinate representation of color #AEF9C8: hue angle of 140.8º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF9C8 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 249 200 -
CMYK 0.30 0 0.20 0.02
HSL 140.8º 0.86% 0.83% -
HSV(B) 140.8º 0.3% 0.98% -
XYZ 61.76 80.92 67.01 -
YUV 220.99 116.15 94.48 -
System Red Green Blue C M Y K H S L
Decimal 174 249 200 0.30 0 0.20 0.02 140.8 0.86 0.83
Hex AE F9 C8 1E 0 14 2 8D 56 53
Octal 256 371 310 36 0 24 2 215 126 123
Binary 10101110 11111001 11001000 11110 0 10100 10 10001101 1010110 1010011

Color Harmonies of #AEF9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF9C8

Black with #AEF9C8

Text Example


Text Example

White with #AEF9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF9C8; }

 p { color: rgb(174,249,200); }

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

background-color css

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

 a { background-color: rgb(174,249,200); }

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

border-color css

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

 span { border-color: rgb(174,249,200); }

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