#ACFEDE

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

Shades of Magic Mint #ACFEDE

Tints of Magic Mint #ACFEDE

Color information

#ACFEDE (or 0xACFEDE) is unknown color: approx Magic Mint. HEX triplet: AC, FE and DE. RGB value is (172,254,222). Sum of RGB (Red+Green+Blue) = 172+254+222=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEDE is #530121. Grayscale: #E1E1E1. Windows color (decimal): -5439778 or 14614188. OLE color: 14614188.

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

Color convert

RGB172254222-
CMYK0.3200.130.00
HSL156.59º97.62%83.53%-
HSV(B)156.59º32.28%99.61%-
XYZ65.6484.9382.04-
YUV225.83125.8389.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.54%
GREEN value IS 254 (99.61% from 255) = 39.20%
BLUE value IS 222 (87.11% from 255) = 34.26%
R=26.54%
G=39.20%
B=34.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722542220.3200.130.00156.5997.6283.53
HexACFEDE200D09d6254
Octal254376336400150235142124
Binary1010110011111110110111101000000110101001110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFEDE; }

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

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

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

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

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

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

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

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