#ACFED8

Color #ACFED8 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #ACFED8

Tints of Magic Mint #ACFED8

Color information

#ACFED8 (or 0xACFED8) is unknown color: approx 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

RGB172254216-
CMYK0.3200.150.00
HSL152.2º97.62%83.53%-
HSV(B)152.2º32.28%99.61%-
XYZ64.8584.6177.88-
YUV225.15122.8390.09-

RGB Variations

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

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 (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722542160.3200.150.00152.297.6283.53
HexACFED8200F0986254
Octal254376330400170230142124
Binary1010110011111110110110001000000111101001100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>