Html Css Color HEX #ACFEC7 Magic Mint

📋 copy color: '#ACFEC7'

red 172 ◦ green 254 ◦ blue 199

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

Shades of Magic Mint #ACFEC7

Tints of Magic Mint #ACFEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.84%

R = 27.52%
G = 40.64%
B = 31.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#ACFEC7 (or 0xACFEC7) is known color: Magic Mint. HEX triplet: AC, FE and C7. RGB value is (172,254,199). Sum of RGB (Red+Green+Blue) = 172+254+199=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEC7 is #530138. Grayscale: #DFDFDF. Windows color (decimal): -5439801 or 13106860. OLE color: 13106860.

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

Color convert

RGB 172 254 199 -
CMYK 0.32 0 0.22 0.00
HSL 139.76º 0.98% 0.84% -
HSV(B) 139.76º 0.32% 1% -
XYZ 62.76 83.78 66.9 -
YUV 223.21 114.33 91.47 -
System Red Green Blue C M Y K H S L
Decimal 172 254 199 0.32 0 0.22 0.00 139.76 0.98 0.84
Hex AC FE C7 20 0 16 0 8C 62 54
Octal 254 376 307 40 0 26 0 214 142 124
Binary 10101100 11111110 11000111 100000 0 10110 0 10001100 1100010 1010100

Color Harmonies of #ACFEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFEC7

Black with #ACFEC7

Text Example


Text Example

White with #ACFEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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