Html Css Color HEX #ACFED8 Magic Mint

📋 copy color: '#ACFED8'

red 172 ◦ green 254 ◦ blue 216

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

Shades of Magic Mint #ACFED8

Tints of Magic Mint #ACFED8

RGB

 RED value IS 172 (67.58% from 255) = 26.79%

 GREEN value IS 254 (99.61% from 255) = 39.56%

 BLUE value IS 216 (84.77% from 255) = 33.64%

R = 26.79%
G = 39.56%
B = 33.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#ACFED8 (or 0xACFED8) is known color: Magic Mint. HEX triplet: AC, FE and D8. RGB value is (172,254,216). Sum of RGB (Red+Green+Blue) = 172+254+216=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 216 (84.77% from 255 or 33.64% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFED8 is #530127. Grayscale: #E1E1E1. Windows color (decimal): -5439784 or 14220972. OLE color: 14220972.

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

Color convert

RGB 172 254 216 -
CMYK 0.32 0 0.15 0.00
HSL 152.2º 0.98% 0.84% -
HSV(B) 152.2º 0.32% 1% -
XYZ 64.85 84.61 77.88 -
YUV 225.15 122.83 90.09 -
System Red Green Blue C M Y K H S L
Decimal 172 254 216 0.32 0 0.15 0.00 152.2 0.98 0.84
Hex AC FE D8 20 0 F 0 98 62 54
Octal 254 376 330 40 0 17 0 230 142 124
Binary 10101100 11111110 11011000 100000 0 1111 0 10011000 1100010 1010100

Color Harmonies of #ACFED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFED8

Black with #ACFED8

Text Example


Text Example

White with #ACFED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFED8; }

 p { color: rgb(172,254,216); }

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

background-color css

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

 a { background-color: rgb(172,254,216); }

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

border-color css

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

 span { border-color: rgb(172,254,216); }

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