Html Css Color HEX #ACFEC4 Magic Mint

📋 copy color: '#ACFEC4'

red 172 ◦ green 254 ◦ blue 196

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

Shades of Magic Mint #ACFEC4

Tints of Magic Mint #ACFEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.51%

R = 27.65%
G = 40.84%
B = 31.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.23

 K value IS 0.00

RGB Variations

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

Color information

#ACFEC4 (or 0xACFEC4) is known color: Magic Mint. HEX triplet: AC, FE and C4. RGB value is (172,254,196). Sum of RGB (Red+Green+Blue) = 172+254+196=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEC4 is #53013B. Grayscale: #DFDFDF. Windows color (decimal): -5439804 or 12910252. OLE color: 12910252.

HSL color Cylindrical-coordinate representation of color #ACFEC4: hue angle of 137.56º 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 #ACFEC4 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 254 196 -
CMYK 0.32 0 0.23 0.00
HSL 137.56º 0.98% 0.84% -
HSV(B) 137.56º 0.32% 1% -
XYZ 62.42 83.64 65.08 -
YUV 222.87 112.83 91.72 -
System Red Green Blue C M Y K H S L
Decimal 172 254 196 0.32 0 0.23 0.00 137.56 0.98 0.84
Hex AC FE C4 20 0 17 0 8A 62 54
Octal 254 376 304 40 0 27 0 212 142 124
Binary 10101100 11111110 11000100 100000 0 10111 0 10001010 1100010 1010100

Color Harmonies of #ACFEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFEC4

Black with #ACFEC4

Text Example


Text Example

White with #ACFEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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