#ACFED0

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

Shades of Magic Mint #ACFED0

Tints of Magic Mint #ACFED0

Color information

#ACFED0 (or 0xACFED0) is unknown color: approx Magic Mint. HEX triplet: AC, FE and D0. RGB value is (172,254,208). Sum of RGB (Red+Green+Blue) = 172+254+208=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFED0 is #53012F. Grayscale: #E0E0E0. Windows color (decimal): -5439792 or 13696684. OLE color: 13696684.

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

Color convert

RGB172254208-
CMYK0.3200.180.00
HSL146.34º97.62%83.53%-
HSV(B)146.34º32.28%99.61%-
XYZ63.8484.2172.56-
YUV224.24118.8390.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.13%
GREEN value IS 254 (99.61% from 255) = 40.06%
BLUE value IS 208 (81.64% from 255) = 32.81%
R=27.13%
G=40.06%
B=32.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722542080.3200.180.00146.3497.6283.53
HexACFED0200120926254
Octal254376320400220222142124
Binary10101100111111101101000010000001001001001001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFED0; }

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

 H1.HeaderClassName
 {
   color: #ACFED0;
 }
 .AnyTagClassName
 {
   color: #ACFED0;
 }
</style>
background-color css

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

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

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

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

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

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