Html Css Color HEX #AEFFC8 Magic Mint

📋 copy color: '#AEFFC8'

red 174 ◦ green 255 ◦ blue 200

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

Shades of Magic Mint #AEFFC8

Tints of Magic Mint #AEFFC8

RGB

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

 GREEN value IS 255 (100% from 255) = 40.54%

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

R = 27.66%
G = 40.54%
B = 31.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#AEFFC8 (or 0xAEFFC8) is known color: Magic Mint. HEX triplet: AE, FF and C8. RGB value is (174,255,200). Sum of RGB (Red+Green+Blue) = 174+255+200=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFC8 is #510037. Grayscale: #E0E0E0. Windows color (decimal): -5308472 or 13172654. OLE color: 13172654.

HSL color Cylindrical-coordinate representation of color #AEFFC8: hue angle of 139.26º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFC8 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 174 255 200 -
CMYK 0.32 0 0.22 0
HSL 139.26º 1% 0.84% -
HSV(B) 139.26º 0.32% 1% -
XYZ 63.64 84.69 67.64 -
YUV 224.51 114.16 91.97 -
System Red Green Blue C M Y K H S L
Decimal 174 255 200 0.32 0 0.22 0 139.26 1 0.84
Hex AE FF C8 20 0 16 0 8B 64 54
Octal 256 377 310 40 0 26 0 213 144 124
Binary 10101110 11111111 11001000 100000 0 10110 0 10001011 1100100 1010100

Color Harmonies of #AEFFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEFFC8

Black with #AEFFC8

Text Example


Text Example

White with #AEFFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEFFC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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